Class RSACardService.SimpleTLV

  • Enclosing class:
    RSACardService

    private static class RSACardService.SimpleTLV
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[][] contents  
      private byte[] data  
      private boolean malformed  
      private byte[] tags  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleTLV​(byte[] data)  
    • Field Detail

      • malformed

        private final boolean malformed
      • data

        private final byte[] data
      • tags

        private final byte[] tags
      • contents

        private final byte[][] contents
    • Constructor Detail

      • SimpleTLV

        public SimpleTLV​(byte[] data)
    • Method Detail

      • isMalformed

        public boolean isMalformed()
      • getData

        public byte[] getData()
      • getSize

        public int getSize()
      • getTag

        public byte getTag​(int idx)
      • getContent

        public byte[] getContent​(int idx)