Java Card
v2.2.2

Uses of Class
javacardx.framework.tlv.ConstructedBERTag

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

Methods in javacardx.framework.tlv with parameters of type ConstructedBERTag
 short ConstructedBERTLV.init(ConstructedBERTag tag, BERTLV aTLV)
          (Re-)Initializes this ConstructedBERTLV object with the input tag and TLV parameter.
 short ConstructedBERTLV.init(ConstructedBERTag tag, byte[] vArray, short vOff, short vLen)
          (Re-)Initializes this ConstructedBERTLV object with the input tag and specified data as value of the object.
 


Java Card
v2.2.2

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