Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.interfaces
Interface MLDSAPrivateKey

All Superinterfaces:
java.security.Key, MLDSAKey, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCMLDSAPrivateKey

public interface MLDSAPrivateKey
extends java.security.PrivateKey, MLDSAKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 MLDSAPublicKey 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.MLDSAKey
getParameterSpec
 

Method Detail

getPublicKey

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

Bouncy Castle Cryptography Library 1.79