Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.interfaces
Interface SLHDSAKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
SLHDSAPrivateKey, SLHDSAPublicKey
All Known Implementing Classes:
BCSLHDSAPrivateKey, BCSLHDSAPublicKey

public interface SLHDSAKey
extends java.security.Key


Field Summary
 
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.81