public static enum PosDataCode.SecurityCharacteristic extends java.lang.Enum<PosDataCode.SecurityCharacteristic>
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
java.lang.String |
toString() |
static PosDataCode.SecurityCharacteristic |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PosDataCode.SecurityCharacteristic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PosDataCode.SecurityCharacteristic UNKNOWN
public static final PosDataCode.SecurityCharacteristic PRIVATE_NETWORK
public static final PosDataCode.SecurityCharacteristic OPEN_NETWORK
public static final PosDataCode.SecurityCharacteristic CHANNEL_MACING
public static final PosDataCode.SecurityCharacteristic PASS_THROUGH_MACING
public static final PosDataCode.SecurityCharacteristic CHANNEL_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic END_TO_END_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic PRIVATE_ALG_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic PKI_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic PRIVATE_ALG_MACING
public static final PosDataCode.SecurityCharacteristic STD_ALG_MACING
public static final PosDataCode.SecurityCharacteristic CARDHOLDER_MANAGED_END_TO_END_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic CARDHOLDER_MANAGED_POINT_TO_POINT_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic MERCHANT_MANAGED_END_TO_END_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic MERCHANT_MANAGED_POINT_TO_POINT_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic ACQUIRER_MANAGED_END_TO_END_ENCRYPTION
public static final PosDataCode.SecurityCharacteristic ACQUIRER_MANAGED_POINT_TO_POINT_ENCRYPTION
public static PosDataCode.SecurityCharacteristic[] values()
for (PosDataCode.SecurityCharacteristic c : PosDataCode.SecurityCharacteristic.values()) System.out.println(c);
public static PosDataCode.SecurityCharacteristic valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int intValue()
public java.lang.String toString()
toString
in class java.lang.Enum<PosDataCode.SecurityCharacteristic>