public enum ExtendedMasterSecretModeName extends Enum<ExtendedMasterSecretModeName>
| Modifier and Type | Method and Description |
|---|---|
static ExtendedMasterSecretModeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedMasterSecretModeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedMasterSecretModeName NONE
public static final ExtendedMasterSecretModeName OPTIONAL
public static final ExtendedMasterSecretModeName ENABLED
public static final ExtendedMasterSecretModeName REQUIRED
public static ExtendedMasterSecretModeName[] values()
for (ExtendedMasterSecretModeName c : ExtendedMasterSecretModeName.values()) System.out.println(c);
public static ExtendedMasterSecretModeName 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 © 2019–2024 Teslanet.nl. All rights reserved.