Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface SPHINCSPlusPrivateKey

All Superinterfaces:
java.security.Key, java.security.PrivateKey, java.io.Serializable, SPHINCSPlusKey
All Known Implementing Classes:
BCSPHINCSPlusPrivateKey

public interface SPHINCSPlusPrivateKey
extends java.security.PrivateKey, SPHINCSPlusKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 SPHINCSPlusPublicKey getPublicKey()
          Return the public key corresponding to this private key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusKey
getParameterSpec
 

Method Detail

getPublicKey

public SPHINCSPlusPublicKey getPublicKey()
Return the public key corresponding to this private key.
Returns:
a SPHINCS+ Public Key

Bouncy Castle Cryptography Library 1.79