Bouncy Castle Cryptography Library 1.64

org.bouncycastle.pqc.jcajce.interfaces
Interface QTESLAKey

All Known Implementing Classes:
BCqTESLAPrivateKey, BCqTESLAPublicKey

public interface QTESLAKey

Base interface for a qTESLA key.


Method Summary
 QTESLAParameterSpec getParams()
          Return the parameters for this key - in this case the security category.
 

Method Detail

getParams

public QTESLAParameterSpec getParams()
Return the parameters for this key - in this case the security category.
Returns:
a QTESLAParameterSpec

Bouncy Castle Cryptography Library 1.64