Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.jcajce.interfaces
Interface KyberKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
KyberPrivateKey, KyberPublicKey
All Known Implementing Classes:
BCKyberPrivateKey, BCKyberPublicKey

public interface KyberKey
extends java.security.Key


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

Method Detail

getParameterSpec

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

Returns:
a KyberParameterSpec

Bouncy Castle Cryptography Library 1.81