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