Class CMCEPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.CMCEKeyParameters
org.bouncycastle.crypto.params.CMCEPrivateKeyParameters
- All Implemented Interfaces:
Destroyable, CipherParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Zeroize the secret key material held by this object.byte[]booleanMethods inherited from class CMCEKeyParameters
getParametersMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
CMCEPrivateKeyParameters
-
-
Method Details
-
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
-