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