Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.interfaces
Interface SLHDSAKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
SLHDSAPrivateKey, SLHDSAPublicKey

public interface SLHDSAKey
extends java.security.Key


Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 SLHDSAParameterSpec getParameterSpec()
          Return the parameters for this key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public SLHDSAParameterSpec getParameterSpec()
Return the parameters for this key.
Returns:
a SLHDSAParameterSpec

Bouncy Castle Cryptography Library 1.79