public class FrodoKEMPrivateKeyParameters extends FrodoKEMKeyParameters implements javax.security.auth.Destroyable
| Constructor and Description |
|---|
FrodoKEMPrivateKeyParameters(FrodoKEMParameters params,
byte[] privateKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Zeroize the secret key material held by this object.
|
byte[] |
getEncoded() |
byte[] |
getPrivateKey()
Deprecated.
use getEncoded()
|
boolean |
isDestroyed() |
getParametersisPrivatepublic FrodoKEMPrivateKeyParameters(FrodoKEMParameters params, byte[] privateKey)
public byte[] getPrivateKey()
public byte[] getEncoded()
public void destroy()
destroy in interface javax.security.auth.Destroyablepublic boolean isDestroyed()
isDestroyed in interface javax.security.auth.Destroyable