Interface KyberKey
-
- All Superinterfaces:
java.security.Key
,java.io.Serializable
- All Known Subinterfaces:
KyberPrivateKey
,KyberPublicKey
- All Known Implementing Classes:
BCKyberPrivateKey
,BCKyberPublicKey
public interface KyberKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KyberParameterSpec
getParameterSpec()
Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
KyberParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a KyberParameterSpec
-
-