Java Card
v2.2.2

Uses of Class
javacardx.framework.tlv.BERTag

Packages that use BERTag
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 BERTag in javacardx.framework.tlv
 

Subclasses of BERTag in javacardx.framework.tlv
 class ConstructedBERTag
          The ConstructedBERTag class encapsulates a constructed BER TLV tag.
 class PrimitiveBERTag
          The PrimitiveBERTag class encapsulates a primitive BER TLV tag.
 

Methods in javacardx.framework.tlv that return BERTag
static BERTag BERTag.getInstance(byte[] bArray, short bOff)
          Create a BERTLV Tag object from the binary representation in the byte array.
 BERTag BERTLV.getTag()
          Returns this value of the TLV object's Tag component
 

Methods in javacardx.framework.tlv with parameters of type BERTag
 boolean BERTag.equals(BERTag otherTag)
          Compares this BER Tag with another.
 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.
 


Java Card
v2.2.2

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