Class NativeTLVList


  • public class NativeTLVList
    extends java.lang.Object
    TLVList
    Author:
    lew
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeTLVList​(byte[] data)
      Create a new TLVList from a given EMV encoded byte array.
      NativeTLVList​(GPTLV_Generic tlv)
      Create a new TLVList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GPTLV_Generic get​(int i)
      Get the element at the specified position
      byte[] getBytes()
      Get the TLV encoded byte array
      int getLength()
      The number of entries
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait