public static enum Security.Tls.CipherSuiteCase extends Enum<Security.Tls.CipherSuiteCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
CIPHERSUITE_NOT_SET |
OTHER_NAME |
STANDARD_NAME |
Modifier and Type | Method and Description |
---|---|
static Security.Tls.CipherSuiteCase |
forNumber(int value) |
int |
getNumber() |
static Security.Tls.CipherSuiteCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Security.Tls.CipherSuiteCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Security.Tls.CipherSuiteCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Security.Tls.CipherSuiteCase STANDARD_NAME
public static final Security.Tls.CipherSuiteCase OTHER_NAME
public static final Security.Tls.CipherSuiteCase CIPHERSUITE_NOT_SET
public static Security.Tls.CipherSuiteCase[] values()
for (Security.Tls.CipherSuiteCase c : Security.Tls.CipherSuiteCase.values()) System.out.println(c);
public static Security.Tls.CipherSuiteCase 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 null@Deprecated public static Security.Tls.CipherSuiteCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Security.Tls.CipherSuiteCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite