Class SelectFileByIdApduCommand


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

      Fields 
      Modifier and Type Field Description
      private static byte INS_SELECT_FILE
      Octeto de instrucción de la APDU.
      private static byte SEARCH_FIRST
      Primera búsqueda.
      private static byte SELECT_BY_ID
      Selección por ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectFileByIdApduCommand​(byte cla, byte[] fileId)
      Crea una APDU ISO 7816-4 de selección de fichero por Identificador.
    • Field Detail

      • INS_SELECT_FILE

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

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

        private static final byte SEARCH_FIRST
        Primera búsqueda.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.