public final class javax.smartcardio.ATR implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.smartcardio.ATR
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6695383790847736493

  private byte[] atr;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private transient int startHistorical;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient int nHistorical;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.smartcardio.ATR this
        start local 1 // byte[] atr
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* atr */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield javax.smartcardio.ATR.atr:[B
         2: .line 61
            aload 0 /* this */
            invokevirtual javax.smartcardio.ATR.parse:()V
         3: .line 62
            return
        end local 1 // byte[] atr
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/smartcardio/ATR;
            0    4     1   atr  [B
    MethodParameters:
      Name  Flags
      atr   

  private void parse();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // javax.smartcardio.ATR this
         0: .line 65
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            arraylength
            iconst_2
            if_icmpge 2
         1: .line 66
            return
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            iconst_0
            baload
            bipush 59
            if_icmpeq 4
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            iconst_0
            baload
            bipush 63
            if_icmpeq 4
         3: .line 69
            return
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            iconst_1
            baload
            sipush 240
            iand
            iconst_4
            ishr
            istore 1 /* t0 */
        start local 1 // int t0
         5: .line 72
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            iconst_1
            baload
            bipush 15
            iand
            istore 2 /* n */
        start local 2 // int n
         6: .line 73
            iconst_2
            istore 3 /* i */
        start local 3 // int i
         7: .line 74
            goto 20
         8: .line 75
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* t0 */
            iconst_1
            iand
            ifeq 10
         9: .line 76
            iinc 3 /* i */ 1
        10: .line 78
      StackMap locals:
      StackMap stack:
            iload 1 /* t0 */
            iconst_2
            iand
            ifeq 12
        11: .line 79
            iinc 3 /* i */ 1
        12: .line 81
      StackMap locals:
      StackMap stack:
            iload 1 /* t0 */
            iconst_4
            iand
            ifeq 14
        13: .line 82
            iinc 3 /* i */ 1
        14: .line 84
      StackMap locals:
      StackMap stack:
            iload 1 /* t0 */
            bipush 8
            iand
            ifeq 19
        15: .line 85
            iload 3 /* i */
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            arraylength
            if_icmplt 17
        16: .line 86
            return
        17: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            iload 3 /* i */
            iinc 3 /* i */ 1
            baload
            sipush 240
            iand
            iconst_4
            ishr
            istore 1 /* t0 */
        18: .line 89
            goto 20
        19: .line 90
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* t0 */
        20: .line 74
      StackMap locals:
      StackMap stack:
            iload 1 /* t0 */
            ifeq 21
            iload 3 /* i */
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            arraylength
            if_icmplt 8
        21: .line 93
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 2 /* n */
            iadd
            istore 4 /* k */
        start local 4 // int k
        22: .line 94
            iload 4 /* k */
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            arraylength
            if_icmpeq 23
            iload 4 /* k */
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            arraylength
            iconst_1
            isub
            if_icmpne 25
        23: .line 95
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            putfield javax.smartcardio.ATR.startHistorical:I
        24: .line 96
            aload 0 /* this */
            iload 2 /* n */
            putfield javax.smartcardio.ATR.nHistorical:I
        25: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int k
        end local 3 // int i
        end local 2 // int n
        end local 1 // int t0
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Ljavax/smartcardio/ATR;
            5   26     1    t0  I
            6   26     2     n  I
            7   26     3     i  I
           22   26     4     k  I

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.smartcardio.ATR this
         0: .line 106
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/smartcardio/ATR;

  public byte[] getHistoricalBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javax.smartcardio.ATR this
         0: .line 117
            aload 0 /* this */
            getfield javax.smartcardio.ATR.nHistorical:I
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 118
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            aload 0 /* this */
            getfield javax.smartcardio.ATR.startHistorical:I
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield javax.smartcardio.ATR.nHistorical:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 119
            aload 1 /* b */
            areturn
        end local 1 // byte[] b
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/smartcardio/ATR;
            1    3     1     b  [B

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.smartcardio.ATR this
         0: .line 128
            new java.lang.StringBuilder
            dup
            ldc "ATR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bytes"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/smartcardio/ATR;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.smartcardio.ATR this
        start local 1 // java.lang.Object obj
         0: .line 140
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 141
            iconst_1
            ireturn
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javax.smartcardio.ATR
            ifne 4
         3: .line 144
            iconst_0
            ireturn
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javax.smartcardio.ATR
            astore 2 /* other */
        start local 2 // javax.smartcardio.ATR other
         5: .line 147
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            aload 2 /* other */
            getfield javax.smartcardio.ATR.atr:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ireturn
        end local 2 // javax.smartcardio.ATR other
        end local 1 // java.lang.Object obj
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavax/smartcardio/ATR;
            0    6     1    obj  Ljava/lang/Object;
            5    6     2  other  Ljavax/smartcardio/ATR;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.smartcardio.ATR this
         0: .line 156
            aload 0 /* this */
            getfield javax.smartcardio.ATR.atr:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            ireturn
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/smartcardio/ATR;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.smartcardio.ATR this
        start local 1 // java.io.ObjectInputStream in
         0: .line 161
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readUnshared:()Ljava/lang/Object;
            checkcast byte[]
            putfield javax.smartcardio.ATR.atr:[B
         1: .line 162
            aload 0 /* this */
            invokevirtual javax.smartcardio.ATR.parse:()V
         2: .line 163
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // javax.smartcardio.ATR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/smartcardio/ATR;
            0    3     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "ATR.java"