Bouncy Castle Cryptography Library 1.84

org.bouncycastle.pqc.jcajce.interfaces
Interface NTRUPlusKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
NTRUPlusPrivateKey, NTRUPlusPublicKey
All Known Implementing Classes:
BCNTRUPlusPrivateKey, BCNTRUPlusPublicKey

public interface NTRUPlusKey
extends java.security.Key


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 NTRUPlusParameterSpec getParameterSpec()
          Return the parameters for this key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public NTRUPlusParameterSpec getParameterSpec()
Return the parameters for this key.

Returns:
a NTRUPlusParameterSpec

Bouncy Castle Cryptography Library 1.84