Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.interfaces
Interface MLDSAKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
MLDSAPrivateKey, MLDSAPublicKey
All Known Implementing Classes:
BCMLDSAPrivateKey, BCMLDSAPublicKey, MLDSAProxyPrivateKey

public interface MLDSAKey
extends java.security.Key


Field Summary
 
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.81