Package org.bouncycastle.pqc.crypto.hawk
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
public class HawkPrivateKeyParameters extends HawkKeyParameters
Lightweight private key parameters for Hawk. Wraps the raw encoded private key bytes produced byHawkKeyPairGeneratorfor the parameter set carried on the superclass.
-
-
Constructor Summary
Constructors Constructor Description HawkPrivateKeyParameters(HawkParameters params, byte[] input, int inOff, int len)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()-
Methods inherited from class org.bouncycastle.pqc.crypto.hawk.HawkKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
HawkPrivateKeyParameters
public HawkPrivateKeyParameters(HawkParameters params, byte[] input, int inOff, int len)
-
-