Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface SPHINCSPlusKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
SPHINCSPlusPrivateKey, SPHINCSPlusPublicKey

public interface SPHINCSPlusKey
extends java.security.Key


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.79