Package: org.conscrypt
OpenSslMlKemPrivateKey
public class OpenSslMlKemPrivateKey implements java.security.PrivateKey
An ML-KEM private key.
Constructors
public OpenSslMlKemPrivateKey(byte[] seed, MlKemAlgorithm algorithm)
Public Methods
getAlgorithm
public String getAlgorithm()
getMlKemAlgorithm
public MlKemAlgorithm getMlKemAlgorithm()
getFormat
public String getFormat()
getEncoded
public byte[] getEncoded()
getSeed
public byte[] getSeed()
destroy
public void destroy()
isDestroyed
public boolean isDestroyed()
equals
public boolean equals(Object o)
hashCode
public int hashCode()