Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.jcajce.interfaces
Interface SPHINCSPlusKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
SPHINCSPlusPrivateKey, SPHINCSPlusPublicKey
All Known Implementing Classes:
BCSPHINCSPlusPrivateKey, BCSPHINCSPlusPublicKey

public interface SPHINCSPlusKey
extends java.security.Key


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

Method Detail

getParameterSpec

public SPHINCSPlusParameterSpec getParameterSpec()
Return the parameters for this key.

Returns:
a SPHINCSPlusParameterSpec

Bouncy Castle Cryptography Library 1.81