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