public enum CalypsoSamCommand extends java.lang.Enum<CalypsoSamCommand> implements org.eclipse.keyple.core.card.command.CardCommand
| Enum Constant and Description |
|---|
CARD_CIPHER_PIN
card cipher PIN.
|
CARD_GENERATE_KEY
digest authenticate.
|
DIGEST_AUTHENTICATE
digest authenticate.
|
DIGEST_CLOSE
digest close.
|
DIGEST_INIT
digest init.
|
DIGEST_UPDATE
digest update.
|
DIGEST_UPDATE_MULTIPLE
digest update multiple.
|
GET_CHALLENGE
get challenge.
|
GIVE_RANDOM
digest authenticate.
|
READ_CEILINGS
read ceilings.
|
READ_EVENT_COUNTER
read event counter.
|
READ_KEY_PARAMETERS
read key parameters.
|
SELECT_DIVERSIFIER
select diversifier.
|
SV_CHECK
SV check.
|
SV_PREPARE_DEBIT
SV prepare debit.
|
SV_PREPARE_LOAD
SV prepare load.
|
SV_PREPARE_UNDEBIT
SV prepare undebit.
|
UNLOCK
unlock.
|
WRITE_KEY
write key.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getInstructionByte()
Gets the instruction byte (INS).
|
java.lang.String |
getName()
Gets the name.
|
static CalypsoSamCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalypsoSamCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalypsoSamCommand SELECT_DIVERSIFIER
public static final CalypsoSamCommand GET_CHALLENGE
public static final CalypsoSamCommand DIGEST_INIT
public static final CalypsoSamCommand DIGEST_UPDATE
public static final CalypsoSamCommand DIGEST_UPDATE_MULTIPLE
public static final CalypsoSamCommand DIGEST_CLOSE
public static final CalypsoSamCommand DIGEST_AUTHENTICATE
public static final CalypsoSamCommand GIVE_RANDOM
public static final CalypsoSamCommand CARD_GENERATE_KEY
public static final CalypsoSamCommand CARD_CIPHER_PIN
public static final CalypsoSamCommand UNLOCK
public static final CalypsoSamCommand WRITE_KEY
public static final CalypsoSamCommand READ_KEY_PARAMETERS
public static final CalypsoSamCommand READ_EVENT_COUNTER
public static final CalypsoSamCommand READ_CEILINGS
public static final CalypsoSamCommand SV_CHECK
public static final CalypsoSamCommand SV_PREPARE_DEBIT
public static final CalypsoSamCommand SV_PREPARE_LOAD
public static final CalypsoSamCommand SV_PREPARE_UNDEBIT
public static CalypsoSamCommand[] values()
for (CalypsoSamCommand c : CalypsoSamCommand.values()) System.out.println(c);
public static CalypsoSamCommand 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 java.lang.String getName()
getName in interface org.eclipse.keyple.core.card.command.CardCommandpublic byte getInstructionByte()
getInstructionByte in interface org.eclipse.keyple.core.card.command.CardCommand