public static enum ChangeCipherSpecMessage.CCSType extends Enum<ChangeCipherSpecMessage.CCSType>
| Enum Constant and Description |
|---|
CHANGE_CIPHER_SPEC |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static ChangeCipherSpecMessage.CCSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeCipherSpecMessage.CCSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeCipherSpecMessage.CCSType CHANGE_CIPHER_SPEC
public static ChangeCipherSpecMessage.CCSType[] values()
for (ChangeCipherSpecMessage.CCSType c : ChangeCipherSpecMessage.CCSType.values()) System.out.println(c);
public static ChangeCipherSpecMessage.CCSType 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 nullpublic int getCode()
Copyright © 2023 Eclipse Foundation. All rights reserved.