public static enum SessionKeyDerivation.Type extends Enum<SessionKeyDerivation.Type>
SessionKeyDerivation.type()| Enum Constant and Description |
|---|
AMEX |
EMV_COMMON |
EMV2000 |
MASTERCARD |
UNKNOWN_TO_SDK_VERSION |
VISA |
| Modifier and Type | Method and Description |
|---|---|
static SessionKeyDerivation.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionKeyDerivation.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionKeyDerivation.Type AMEX
public static final SessionKeyDerivation.Type EMV2000
public static final SessionKeyDerivation.Type EMV_COMMON
public static final SessionKeyDerivation.Type MASTERCARD
public static final SessionKeyDerivation.Type VISA
public static final SessionKeyDerivation.Type UNKNOWN_TO_SDK_VERSION
public static SessionKeyDerivation.Type[] values()
for (SessionKeyDerivation.Type c : SessionKeyDerivation.Type.values()) System.out.println(c);
public static SessionKeyDerivation.Type 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 © 2023. All rights reserved.