Class RSACardService.SimpleTLV

java.lang.Object
org.kapott.hbci.smartcardio.RSACardService.SimpleTLV
Enclosing class:
RSACardService

private static class RSACardService.SimpleTLV extends Object
  • Field Details

    • malformed

      private final boolean malformed
    • data

      private final byte[] data
    • tags

      private final byte[] tags
    • contents

      private final byte[][] contents
  • Constructor Details

    • SimpleTLV

      public SimpleTLV(byte[] data)
  • Method Details

    • isMalformed

      public boolean isMalformed()
    • getData

      public byte[] getData()
    • getSize

      public int getSize()
    • getTag

      public byte getTag(int idx)
    • getContent

      public byte[] getContent(int idx)