public static enum MLKEMParameterSpec.ParameterSets extends Enum<MLKEMParameterSpec.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 MLKEMParameterSpec.ParameterSets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLKEMParameterSpec.ParameterSets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLKEMParameterSpec.ParameterSets KYBER_512
public static final MLKEMParameterSpec.ParameterSets KYBER_768
public static final MLKEMParameterSpec.ParameterSets KYBER_1024
public static MLKEMParameterSpec.ParameterSets[] values()
for (MLKEMParameterSpec.ParameterSets c : MLKEMParameterSpec.ParameterSets.values()) System.out.println(c);
public static MLKEMParameterSpec.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–2024 Stiftung SIC. All rights reserved.