public static enum MSESetAT.DOMAIN_REFERENCE extends java.lang.Enum<MSESetAT.DOMAIN_REFERENCE>
Enum Constant and Description |
---|
brainpoolp256r1 |
brainpoolp320r1 |
brainpoolp384r1 |
brainpoolp512r1 |
NIST_P256 |
NIST_P384 |
NIST_P521 |
Modifier and Type | Method and Description |
---|---|
static MSESetAT.DOMAIN_REFERENCE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MSESetAT.DOMAIN_REFERENCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSESetAT.DOMAIN_REFERENCE NIST_P256
public static final MSESetAT.DOMAIN_REFERENCE brainpoolp256r1
public static final MSESetAT.DOMAIN_REFERENCE brainpoolp320r1
public static final MSESetAT.DOMAIN_REFERENCE NIST_P384
public static final MSESetAT.DOMAIN_REFERENCE brainpoolp384r1
public static final MSESetAT.DOMAIN_REFERENCE brainpoolp512r1
public static final MSESetAT.DOMAIN_REFERENCE NIST_P521
public static MSESetAT.DOMAIN_REFERENCE[] values()
for (MSESetAT.DOMAIN_REFERENCE c : MSESetAT.DOMAIN_REFERENCE.values()) System.out.println(c);
public static MSESetAT.DOMAIN_REFERENCE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null