public class QTESLAParameterSpec extends Object implements AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
static String |
HEURISTIC_I
Available security categories.
|
static String |
HEURISTIC_III_SIZE |
static String |
HEURISTIC_III_SPEED |
static String |
PROVABLY_SECURE_I |
static String |
PROVABLY_SECURE_III |
Constructor and Description |
---|
QTESLAParameterSpec(String securityCategory)
Base constructor.
|
public static final String HEURISTIC_I
public static final String HEURISTIC_III_SIZE
public static final String HEURISTIC_III_SPEED
public static final String PROVABLY_SECURE_I
public static final String PROVABLY_SECURE_III
public QTESLAParameterSpec(String securityCategory)
securityCategory
- the security category we want this parameterSpec to match.public String getSecurityCategory()
Copyright © 2020 BouncyCastle.org. All rights reserved.