Class SelectFileByIdApduCommand

java.lang.Object
es.gob.jmulticard.apdu.Apdu
es.gob.jmulticard.apdu.CommandApdu
es.gob.jmulticard.apdu.iso7816four.SelectFileByIdApduCommand

public final class SelectFileByIdApduCommand extends CommandApdu
APDU ISO 7816-4 de selección de fichero por Id.
  • Field Details

    • INS_SELECT_FILE

      private static final byte INS_SELECT_FILE
      Octeto de instrucción de la APDU.
      See Also:
    • SELECT_BY_ID

      private static final byte SELECT_BY_ID
      Selección por ID.
      See Also:
    • SEARCH_FIRST

      private static final byte SEARCH_FIRST
      Primera búsqueda.
      See Also:
  • Constructor Details

    • SelectFileByIdApduCommand

      public SelectFileByIdApduCommand(byte cla, byte[] fileId)
      Crea una APDU ISO 7816-4 de selección de fichero por Identificador.
      Parameters:
      cla - Clase (CLA) de la APDU.
      fileId - Identificador del fichero a seleccionar. Debe estar situado en el DF actual.