Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface QTESLAKey


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