Class SelectDfByNameApduCommand
- java.lang.Object
-
- es.gob.jmulticard.apdu.Apdu
-
- es.gob.jmulticard.apdu.CommandApdu
-
- es.gob.jmulticard.apdu.iso7816four.SelectDfByNameApduCommand
-
public final class SelectDfByNameApduCommand extends CommandApdu
APDU ISO 7816-4 de selección de DF por nombre.
-
-
Field Summary
Fields Modifier and Type Field Description private static byte
INS_SELECT_FILE
Instrucción Select File de ISO 7816-4.private static byte
SELECT_DF_BY_NAME
-
Constructor Summary
Constructors Constructor Description SelectDfByNameApduCommand(byte cla, byte[] name)
Crea una APDU ISO 7816-4 para la selección del fichero por nombre.
-
-
-
Field Detail
-
INS_SELECT_FILE
private static final byte INS_SELECT_FILE
Instrucción Select File de ISO 7816-4.- See Also:
- Constant Field Values
-
SELECT_DF_BY_NAME
private static final byte SELECT_DF_BY_NAME
- See Also:
- Constant Field Values
-
-