public static enum KyberParameterSpec.ParameterSets extends Enum<KyberParameterSpec.ParameterSets>
Enum Constant and Description |
---|
KYBER_1024
Kyber 1024 bits
|
KYBER_512
Kyber 512 bits
|
KYBER_768
Kyber 768 bits
|
Modifier and Type | Method and Description |
---|---|
static KyberParameterSpec.ParameterSets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KyberParameterSpec.ParameterSets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KyberParameterSpec.ParameterSets KYBER_512
public static final KyberParameterSpec.ParameterSets KYBER_768
public static final KyberParameterSpec.ParameterSets KYBER_1024
public static KyberParameterSpec.ParameterSets[] values()
for (KyberParameterSpec.ParameterSets c : KyberParameterSpec.ParameterSets.values()) System.out.println(c);
public static KyberParameterSpec.ParameterSets valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020–2023 Stiftung SIC. All rights reserved.