Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface DilithiumKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
DilithiumPrivateKey, DilithiumPublicKey

public interface DilithiumKey
extends java.security.Key


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

Method Detail

getParameterSpec

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

Bouncy Castle Cryptography Library 1.79