Package org.bouncycastle.pqc.jcajce.spec
Class QTESLAParameterSpec
- java.lang.Object
-
- org.bouncycastle.pqc.jcajce.spec.QTESLAParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class QTESLAParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
qTESLA parameter details. These are divided up on the basis of the security categories for each individual parameter set.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HEURISTIC_I
Available security categories.static java.lang.String
HEURISTIC_III_SIZE
static java.lang.String
HEURISTIC_III_SPEED
static java.lang.String
PROVABLY_SECURE_I
static java.lang.String
PROVABLY_SECURE_III
-
Constructor Summary
Constructors Constructor Description QTESLAParameterSpec(java.lang.String securityCategory)
Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSecurityCategory()
Return the security category.
-
-
-
Field Detail
-
HEURISTIC_I
public static final java.lang.String HEURISTIC_I
Available security categories.
-
HEURISTIC_III_SIZE
public static final java.lang.String HEURISTIC_III_SIZE
-
HEURISTIC_III_SPEED
public static final java.lang.String HEURISTIC_III_SPEED
-
PROVABLY_SECURE_I
public static final java.lang.String PROVABLY_SECURE_I
-
PROVABLY_SECURE_III
public static final java.lang.String PROVABLY_SECURE_III
-
-