Class 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
    • Constructor Detail

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