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
Lightweight private key parameters for HAETAE. Wraps the raw encoded private
key bytes (the secret seed) produced by
HAETAEKeyPairGenerator for
the parameter set carried on the superclass.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HAETAEKeyParameters
getParametersMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
HAETAEPrivateKeyParameters
-
-
Method Details
-
getEncoded
public byte[] getEncoded() -
getSeedSk
public byte[] getSeedSk()
-