public static enum KeyDepotManager.EncryptionTokenType extends Enum<KeyDepotManager.EncryptionTokenType>
Enum Constant and Description |
---|
ENCRYPTION |
HOLDER_OF_KEY |
Modifier and Type | Method and Description |
---|---|
static KeyDepotManager.EncryptionTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyDepotManager.EncryptionTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyDepotManager.EncryptionTokenType HOLDER_OF_KEY
public static final KeyDepotManager.EncryptionTokenType ENCRYPTION
public static KeyDepotManager.EncryptionTokenType[] values()
for (KeyDepotManager.EncryptionTokenType c : KeyDepotManager.EncryptionTokenType.values()) System.out.println(c);
public static KeyDepotManager.EncryptionTokenType 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
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.