org.bouncycastle.pqc.crypto.qteslarnd1
Class QTESLASecurityCategory
java.lang.Object
|
+--org.bouncycastle.pqc.crypto.qteslarnd1.QTESLASecurityCategory
- public class QTESLASecurityCategory
- extends java.lang.Object
The qTESLA security categories.
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 |
HEURISTIC_I
public static final int HEURISTIC_I
HEURISTIC_III_SIZE
public static final int HEURISTIC_III_SIZE
HEURISTIC_III_SPEED
public static final int HEURISTIC_III_SPEED
PROVABLY_SECURE_I
public static final int PROVABLY_SECURE_I
PROVABLY_SECURE_III
public static final int PROVABLY_SECURE_III
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.