Interface NTRUPlusKey
- All Superinterfaces:
Key, Serializable
- All Known Subinterfaces:
NTRUPlusPrivateKey, NTRUPlusPublicKey
- All Known Implementing Classes:
BCNTRUPlusPrivateKey, BCNTRUPlusPublicKey
-
Field Summary
Fields inherited from interface Key
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionReturn the parameters for this key.Methods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getParameterSpec
NTRUPlusParameterSpec getParameterSpec()Return the parameters for this key.- Returns:
- a NTRUPlusParameterSpec
-