Interface BIKEKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Implementing Classes:
BCBIKEPrivateKey,BCBIKEPublicKey
public interface BIKEKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BIKEParameterSpecgetParameterSpec()Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
BIKEParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a BIKEParameterSpec
-
-