Package uicc.toolkit

Interface BERTLVViewHandler

    • Method Detail

      • getTag

        byte getTag()
        Returns the BER Tag of the BER TLV list
        Returns:
        the tag value
      • getSize

        short getSize()
        Returns the BER TLV size, this includes the tag and the length. The length of the TLV list can be retrieved with the ViewHandler.getLength() method.
        Returns:
        the size of the BER TLV structure