Interface SPHINCSPlusPrivateKey
-
- All Superinterfaces:
javax.security.auth.Destroyable,java.security.Key,java.security.PrivateKey,java.io.Serializable,SPHINCSPlusKey
- All Known Implementing Classes:
BCSPHINCSPlusPrivateKey
@Deprecated public interface SPHINCSPlusPrivateKey extends java.security.PrivateKey, SPHINCSPlusKey
Deprecated.to be deleted - use SLH-DSA instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SPHINCSPlusPublicKeygetPublicKey()Deprecated.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()
Deprecated.Return the public key corresponding to this private key.- Returns:
- a SPHINCS+ Public Key
-
-