Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.interfaces
Interface SLHDSAPrivateKey

All Superinterfaces:
java.security.Key, java.security.PrivateKey, java.io.Serializable, SLHDSAKey
All Known Implementing Classes:
BCSLHDSAPrivateKey

public interface SLHDSAPrivateKey
extends java.security.PrivateKey, SLHDSAKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 SLHDSAPublicKey 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.jcajce.interfaces.SLHDSAKey
getParameterSpec
 

Method Detail

getPublicKey

public SLHDSAPublicKey getPublicKey()
Return the public key corresponding to this private key.
Returns:
a SLH-DSA Public Key

Bouncy Castle Cryptography Library 1.79