Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.interfaces
Interface SDitHKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Implementing Classes:
BCSDitHPrivateKey, BCSDitHPublicKey

public interface SDitHKey
extends java.security.Key


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 SDitHParameterSpec getParameterSpec()
          Return the parameter spec associated with this SDitH key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public SDitHParameterSpec getParameterSpec()
Return the parameter spec associated with this SDitH key.


Bouncy Castle Cryptography Library 1.85