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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrodoKEMParameterSpecgetParameterSpec()Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
FrodoKEMParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a FrodoKEMParameterSpec
-
-