Class ReadObjectAPDU


  • public class ReadObjectAPDU
    extends APDU
    • Constructor Detail

      • ReadObjectAPDU

        public ReadObjectAPDU​(byte[] object_id,
                              int offset,
                              int len)
        Constructs Read Object APDU. ReadObject APDU format: CLA 0x84 INS 0x56 P1 0x00 P2 0x00 lc 0x09 DATA [DATA] Parameters are: Long Object ID; Long Offset Byte Data Size; Connection requirement: Secure Channel Possible error Status Codes: 9C 06 - unauthorized 9C 07 - object not found
        Parameters:
        object_id - as defined in APDU
        offset -
        len -
        See Also:
        APDU