Interface MLDSAKey
-
- All Superinterfaces:
java.security.Key
,java.io.Serializable
- All Known Subinterfaces:
MLDSAPrivateKey
,MLDSAPublicKey
- All Known Implementing Classes:
BCMLDSAPrivateKey
,BCMLDSAPublicKey
public interface MLDSAKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MLDSAParameterSpec
getParameterSpec()
Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
MLDSAParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a MLDSAParameterSpec
-
-