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