| 
 | Java Card v2.2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ConstructedBERTLVThe ConstructedBERTLVclass encapsulates a constructed BER TLV
 structure. | 
|  class | PrimitiveBERTLVThe PrimitiveBERTLVclass encapsulates a primitive BER TLV
 structure. | 
| Methods in javacardx.framework.tlv that return BERTLV | |
|---|---|
|  BERTLV | ConstructedBERTLV.find(BERTag tag)Find the contained BERTLVwithinthisConstructedBERTLVobject that matches
 the specified BER Tag. | 
|  BERTLV | ConstructedBERTLV.findNext(BERTag tag,
         BERTLV aTLV,
         short occurrenceNum)Find the next contained BERTLVwithinthisConstructedBERTLVobject that matches
 the specified BER Tag. | 
| static BERTLV | BERTLV.getInstance(byte[] bArray,
            short bOff,
            short bLen)Creates the BERTLVusing 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 thisConstructedBERTLV. | 
|  BERTLV | ConstructedBERTLV.findNext(BERTag tag,
         BERTLV aTLV,
         short occurrenceNum)Find the next contained BERTLVwithinthisConstructedBERTLVobject that matches
 the specified BER Tag. | 
|  short | ConstructedBERTLV.init(ConstructedBERTag tag,
     BERTLV aTLV)(Re-)Initializes thisConstructedBERTLVobject with the input tag and TLV parameter. | 
| 
 | Java Card v2.2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||