Package javacardx.framework.tlv
Extension package for managing the storage of BER TLV formatted data, based
 on the ASN.1 BER encoding rules of ISO/IEC 8825-1:2002, as well as parsing
 and editing BER TLV formatted data in I/O buffers..
 
 The javacardx.framework.tlv package contains the BerTag
 abstract class and its concrete subclasses PrimitiveBERTag and
 ConstructedBERTag. These classes encapsulate the BER tag
 functionality.
 
 It also contains the BERTLV abstract class and its concrete
 subclasses PrimitiveBERTLV and ConstructedBERTLV. These
 classes encapsulate the BER TLV functionality.
- 
Class Summary Class Description BERTag The abstractBERTagclass encapsulates a BER TLV tag.BERTLV The abstractBERTLVclass encapsulates a BER TLV structure.ConstructedBERTag TheConstructedBERTagclass encapsulates a constructed BER TLV tag.ConstructedBERTLV TheConstructedBERTLVclass encapsulates a constructed BER TLV structure.PrimitiveBERTag ThePrimitiveBERTagclass encapsulates a primitive BER TLV tag.PrimitiveBERTLV ThePrimitiveBERTLVclass encapsulates a primitive BER TLV structure. - 
Exception Summary Exception Description TLVException TLVExceptionrepresents a TLV-related exception.