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