Class HAETAEPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.haetae.HAETAEKeyParameters
-
- org.bouncycastle.pqc.crypto.haetae.HAETAEPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class HAETAEPrivateKeyParameters extends HAETAEKeyParameters
Lightweight private key parameters for HAETAE. Wraps the raw encoded private key bytes (the secret seed) produced byHAETAEKeyPairGeneratorfor the parameter set carried on the superclass.
-
-
Constructor Summary
Constructors Constructor Description HAETAEPrivateKeyParameters(HAETAEParameters params, byte[] seed_sk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()byte[]getSeedSk()-
Methods inherited from class org.bouncycastle.pqc.crypto.haetae.HAETAEKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
HAETAEPrivateKeyParameters
public HAETAEPrivateKeyParameters(HAETAEParameters params, byte[] seed_sk)
-
-