Class QTESLASecurityCategory
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.qtesla.QTESLASecurityCategory
-
public class QTESLASecurityCategory extends java.lang.Object
The qTESLA security categories.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PROVABLY_SECURE_I
static int
PROVABLY_SECURE_III
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(int securityCategory)
Return a standard name for the security category.
-
-
-
Field Detail
-
PROVABLY_SECURE_I
public static final int PROVABLY_SECURE_I
- See Also:
- Constant Field Values
-
PROVABLY_SECURE_III
public static final int PROVABLY_SECURE_III
- See Also:
- Constant Field Values
-
-