Package uicc.toolkit

Interface BERTLVEditHandler

All Superinterfaces:
BERTLVViewHandler, EditHandler, ViewHandler

public interface BERTLVEditHandler extends EditHandler, BERTLVViewHandler
The BERTLVEditHandler interface offers methods to set the TAG of a BER TLV List and to edit the BER TLV list. An object that implements this interface has to take care that the length information of the BER TLV list is updated.
  • Method Details

    • setTag

      void setTag(byte bBERTag)
      Sets the tag of the BER TLV list
      Parameters:
      bBERTag - the TAG value of the BER TLV list