Class FrodoKEMPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.FrodoKEMKeyParameters
org.bouncycastle.crypto.params.FrodoKEMPrivateKeyParameters
- All Implemented Interfaces:
Destroyable, CipherParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Zeroize the secret key material held by this object.byte[]byte[]Deprecated.use getEncoded()booleanMethods inherited from class FrodoKEMKeyParameters
getParametersMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
FrodoKEMPrivateKeyParameters
-
-
Method Details
-
getPrivateKey
public byte[] getPrivateKey()Deprecated.use getEncoded() -
getEncoded
public byte[] getEncoded() -
destroy
public void destroy()Zeroize the secret key material held by this object.- Specified by:
destroyin interfaceDestroyable
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceDestroyable
-