Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.interfaces
Interface FaestKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Implementing Classes:
BCFaestPrivateKey, BCFaestPublicKey

public interface FaestKey
extends java.security.Key


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

Method Detail

getParameterSpec

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

Returns:
a FaestParameterSpec

Bouncy Castle Cryptography Library 1.85