public interface MLKEMPrivateKey extends java.security.PrivateKey, MLKEMKey
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPrivateData()
Return the long form private data for the ML-KEM private key.
|
MLKEMPublicKey |
getPublicKey()
Return the public key corresponding to this private key.
|
byte[] |
getSeed()
Return the seed the private key was generated from (if available).
|
getParameterSpecMLKEMPublicKey getPublicKey()
byte[] getPrivateData()
byte[] getSeed()