public static enum KeyStore.Recipient extends Enum<KeyStore.Recipient>
Enum Constant and Description |
---|
CentralServerFE |
CentralSigner |
Merchant |
SDM |
SERVICE_HOST |
Validator |
Modifier and Type | Method and Description |
---|---|
static KeyStore.Recipient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStore.Recipient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyStore.Recipient Validator
public static final KeyStore.Recipient CentralSigner
public static final KeyStore.Recipient Merchant
public static final KeyStore.Recipient CentralServerFE
public static final KeyStore.Recipient SDM
public static final KeyStore.Recipient SERVICE_HOST
public static KeyStore.Recipient[] values()
for (KeyStore.Recipient c : KeyStore.Recipient.values()) System.out.println(c);
public static KeyStore.Recipient 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 © 2017 Nets Branch Norway. All Rights Reserved.