public static enum MacAttributes.Type extends Enum<MacAttributes.Type>
MacAttributes.type()| Enum Constant and Description |
|---|
ALGORITHM |
DUKPT_CMAC |
DUKPT_ISO9797_ALGORITHM1 |
DUKPT_ISO9797_ALGORITHM3 |
EMV_MAC |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static MacAttributes.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacAttributes.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacAttributes.Type ALGORITHM
public static final MacAttributes.Type DUKPT_CMAC
public static final MacAttributes.Type DUKPT_ISO9797_ALGORITHM1
public static final MacAttributes.Type DUKPT_ISO9797_ALGORITHM3
public static final MacAttributes.Type EMV_MAC
public static final MacAttributes.Type UNKNOWN_TO_SDK_VERSION
public static MacAttributes.Type[] values()
for (MacAttributes.Type c : MacAttributes.Type.values()) System.out.println(c);
public static MacAttributes.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.