Interface MLKEMKey
-
- All Superinterfaces:
java.security.Key
,java.io.Serializable
- All Known Subinterfaces:
MLKEMPrivateKey
,MLKEMPublicKey
- All Known Implementing Classes:
BCMLKEMPrivateKey
,BCMLKEMPublicKey
public interface MLKEMKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MLKEMParameterSpec
getParameterSpec()
Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
MLKEMParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a MLKEMParameterSpec
-
-