Bouncy Castle Cryptography Library 1.85

org.bouncycastle.jcajce.interfaces
Interface FrodoKEMKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
FrodoKEMPrivateKey, FrodoKEMPublicKey
All Known Implementing Classes:
BCFrodoKEMPrivateKey, BCFrodoKEMPublicKey

public interface FrodoKEMKey
extends java.security.Key


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 FrodoKEMParameterSpec getParameterSpec()
          Return the parameters for this key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public FrodoKEMParameterSpec getParameterSpec()
Return the parameters for this key.

Returns:
a FrodoKEMParameterSpec

Bouncy Castle Cryptography Library 1.85