Java Card
v2.2.2

Uses of Class
javacardx.framework.tlv.BERTLV

Packages that use BERTLV
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. 
 

Uses of BERTLV in javacardx.framework.tlv
 

Subclasses of BERTLV in javacardx.framework.tlv
 class ConstructedBERTLV
          The ConstructedBERTLV class encapsulates a constructed BER TLV structure.
 class PrimitiveBERTLV
          The PrimitiveBERTLV class encapsulates a primitive BER TLV structure.
 

Methods in javacardx.framework.tlv that return BERTLV
 BERTLV ConstructedBERTLV.find(BERTag tag)
          Find the contained BERTLV within this ConstructedBERTLV object that matches the specified BER Tag.
 BERTLV ConstructedBERTLV.findNext(BERTag tag, BERTLV aTLV, short occurrenceNum)
          Find the next contained BERTLV within this ConstructedBERTLV object that matches the specified BER Tag.
static BERTLV BERTLV.getInstance(byte[] bArray, short bOff, short bLen)
          Creates the BERTLV using the input binary data.
 

Methods in javacardx.framework.tlv with parameters of type BERTLV
 short ConstructedBERTLV.append(BERTLV aTLV)
          Append the specified TLV to the end of ConstructedBERTLV.
 short ConstructedBERTLV.delete(BERTLV aTLV, short occurrenceNum)
          Delete the specified occurrence of the specified BER TLV from this ConstructedBERTLV.
 BERTLV ConstructedBERTLV.findNext(BERTag tag, BERTLV aTLV, short occurrenceNum)
          Find the next contained BERTLV within this ConstructedBERTLV object that matches the specified BER Tag.
 short ConstructedBERTLV.init(ConstructedBERTag tag, BERTLV aTLV)
          (Re-)Initializes this ConstructedBERTLV object with the input tag and TLV parameter.
 


Java Card
v2.2.2

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