Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.interfaces
Interface MLDSAKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
MLDSAPrivateKey, MLDSAPublicKey

public interface MLDSAKey
extends java.security.Key


Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 MLDSAParameterSpec getParameterSpec()
          Return the parameters for this key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public MLDSAParameterSpec getParameterSpec()
Return the parameters for this key.
Returns:
a MLDSAParameterSpec

Bouncy Castle Cryptography Library 1.79