Java Card
v2.2.2

Package javacardx.framework.tlv

Extension package that contains functionality, for managing storage for 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.

See:
          Description

Class Summary
BERTag The abstract BERTag class encapsulates a BER TLV tag.
BERTLV The abstract BERTLV class encapsulates a BER TLV structure.
ConstructedBERTag The ConstructedBERTag class encapsulates a constructed BER TLV tag.
ConstructedBERTLV The ConstructedBERTLV class encapsulates a constructed BER TLV structure.
PrimitiveBERTag The PrimitiveBERTag class encapsulates a primitive BER TLV tag.
PrimitiveBERTLV The PrimitiveBERTLV class encapsulates a primitive BER TLV structure.
 

Exception Summary
TLVException TLVException represents a TLV-related exception.
 

Package javacardx.framework.tlv Description

Extension package that contains functionality, for managing storage for 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.

The javacardx.framework.tlv package also contains the BERTLV abstract class, and its concrete subclasses PrimitiveBERTLV and ConstructedBERTLV. These classes encapsulate the BER TLV functionality.


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.