Class SelectDfByNameApduCommand
java.lang.Object
es.gob.jmulticard.apdu.Apdu
es.gob.jmulticard.apdu.CommandApdu
es.gob.jmulticard.apdu.iso7816four.SelectDfByNameApduCommand
APDU ISO 7816-4 de selección de DF por nombre.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte
Instrucción Select File de ISO 7816-4.private static final byte
-
Constructor Summary
ConstructorsConstructorDescriptionSelectDfByNameApduCommand
(byte cla, byte[] name) Crea una APDU ISO 7816-4 para la selección del fichero por nombre. -
Method Summary
-
Field Details
-
INS_SELECT_FILE
private static final byte INS_SELECT_FILEInstrucción Select File de ISO 7816-4.- See Also:
-
SELECT_DF_BY_NAME
private static final byte SELECT_DF_BY_NAME- See Also:
-
-
Constructor Details
-
SelectDfByNameApduCommand
public SelectDfByNameApduCommand(byte cla, byte[] name) Crea una APDU ISO 7816-4 para la selección del fichero por nombre.- Parameters:
cla
- Clase (CLA) de la APDU.name
- Nombre del fichero.
-