Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.interfaces
Interface MLKEMPrivateKey

All Superinterfaces:
java.security.Key, MLKEMKey, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCMLKEMPrivateKey

public interface MLKEMPrivateKey
extends java.security.PrivateKey, MLKEMKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 MLKEMPublicKey getPublicKey()
          Return the public key corresponding to this private key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface org.bouncycastle.jcajce.interfaces.MLKEMKey
getParameterSpec
 

Method Detail

getPublicKey

public MLKEMPublicKey getPublicKey()
Return the public key corresponding to this private key.
Returns:
a ML-KEM Public Key

Bouncy Castle Cryptography Library 1.79