Class HawkPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.hawk.HawkKeyParameters
org.bouncycastle.pqc.crypto.hawk.HawkPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
Lightweight private key parameters for Hawk. Wraps the raw encoded private
key bytes produced by
HawkKeyPairGenerator for the parameter set
carried on the superclass.-
Constructor Summary
ConstructorsConstructorDescriptionHawkPrivateKeyParameters(HawkParameters params, byte[] input, int inOff, int len) -
Method Summary
Methods inherited from class HawkKeyParameters
getParametersMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
HawkPrivateKeyParameters
-
-
Method Details
-
getEncoded
public byte[] getEncoded()
-