Interface MLDSAPrivateKey
-
- All Superinterfaces:
javax.security.auth.Destroyable
,java.security.Key
,MLDSAKey
,java.security.PrivateKey
,java.io.Serializable
- All Known Implementing Classes:
BCMLDSAPrivateKey
public interface MLDSAPrivateKey extends java.security.PrivateKey, MLDSAKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MLDSAPublicKey
getPublicKey()
Return the public key corresponding to this private key.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.MLDSAKey
getParameterSpec
-
-
-
-
Method Detail
-
getPublicKey
MLDSAPublicKey getPublicKey()
Return the public key corresponding to this private key.- Returns:
- a ML-DSA Public Key
-
-