Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.interfaces
Interface MLKEMKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
MLKEMPrivateKey, MLKEMPublicKey

public interface MLKEMKey
extends java.security.Key


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

Method Detail

getParameterSpec

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

Bouncy Castle Cryptography Library 1.79