public static enum HQCParameterSpec.ParameterSets extends Enum<HQCParameterSpec.ParameterSets>
Enum Constant and Description |
---|
HQC_128
HQC 128 bits
|
HQC_192
HQC 192 bits
|
HQC_256
HQC 256 bits
|
Modifier and Type | Method and Description |
---|---|
static HQCParameterSpec.ParameterSets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HQCParameterSpec.ParameterSets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HQCParameterSpec.ParameterSets HQC_128
public static final HQCParameterSpec.ParameterSets HQC_192
public static final HQCParameterSpec.ParameterSets HQC_256
public static HQCParameterSpec.ParameterSets[] values()
for (HQCParameterSpec.ParameterSets c : HQCParameterSpec.ParameterSets.values()) System.out.println(c);
public static HQCParameterSpec.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.