Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface NTRUKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Implementing Classes:
BCNTRUPublicKey, BCNTRUPrivateKey

public interface NTRUKey
extends java.security.Key


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

Method Detail

getParameterSpec

public NTRUParameterSpec getParameterSpec()
Return the parameters for this key.
Returns:
a NTRUParameterSpec

Bouncy Castle Cryptography Library 1.79