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 Details

    • INS_SELECT_FILE

      private static final byte INS_SELECT_FILE
      Instrucció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.