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