Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.legacy.crypto.qtesla
Class QTESLASecurityCategory

java.lang.Object
  |
  +--org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLASecurityCategory

public class QTESLASecurityCategory
extends java.lang.Object

The qTESLA security categories.


Field Summary
static int PROVABLY_SECURE_I
           
static int PROVABLY_SECURE_III
           
 
Method Summary
static java.lang.String getName(int securityCategory)
          Return a standard name for the security category.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVABLY_SECURE_I

public static final int PROVABLY_SECURE_I

PROVABLY_SECURE_III

public static final int PROVABLY_SECURE_III
Method Detail

getName

public static java.lang.String getName(int securityCategory)
Return a standard name for the security category.
Parameters:
securityCategory - the category of interest.
Returns:
the name for the category.

Bouncy Castle Cryptography Library 1.79