final class okhttp3.internal.tls.DistinguishedNameParser
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: okhttp3.internal.tls.DistinguishedNameParser
  super_class: java.lang.Object
{
  private final java.lang.String dn;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int pos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int beg;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int end;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int cur;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private char[] chars;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  void <init>(javax.security.auth.x500.X500Principal);
    descriptor: (Ljavax/security/auth/x500/X500Principal;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
        start local 1 // javax.security.auth.x500.X500Principal principal
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* principal */
            ldc "RFC2253"
            invokevirtual javax.security.auth.x500.X500Principal.getName:(Ljava/lang/String;)Ljava/lang/String;
            putfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
         2: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            putfield okhttp3.internal.tls.DistinguishedNameParser.length:I
         3: .line 44
            return
        end local 1 // javax.security.auth.x500.X500Principal principal
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lokhttp3/internal/tls/DistinguishedNameParser;
            0    4     1  principal  Ljavax/security/auth/x500/X500Principal;
    MethodParameters:
           Name  Flags
      principal  

  private java.lang.String nextAT();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
         0: .line 50
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 3
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpeq 1
         3: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpne 5
         4: .line 53
            aconst_null
            areturn
         5: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
         6: .line 60
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         7: .line 61
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 10
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 61
            if_icmpeq 10
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpne 8
        10: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmplt 12
        11: .line 66
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end of DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
        13: .line 74
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpne 19
        14: .line 75
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 17
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 61
            if_icmpeq 17
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpeq 15
        17: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 61
            if_icmpne 18
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpne 19
        18: .line 79
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end of DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        20: .line 87
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
        22: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 23
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpeq 21
        23: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            iconst_4
            if_icmple 28
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_3
            iadd
            caload
            bipush 46
            if_icmpne 28
        24: .line 93
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            caload
            bipush 79
            if_icmpeq 25
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            caload
            bipush 111
            if_icmpne 28
        25: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_1
            iadd
            caload
            bipush 73
            if_icmpeq 26
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_1
            iadd
            caload
            bipush 105
            if_icmpne 28
        26: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_2
            iadd
            caload
            bipush 68
            if_icmpeq 27
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_2
            iadd
            caload
            bipush 100
            if_icmpne 28
        27: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_4
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
        28: .line 99
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lokhttp3/internal/tls/DistinguishedNameParser;

  private java.lang.String quotedAV();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
         0: .line 104
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         1: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
         2: .line 106
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
         3: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpne 5
         4: .line 110
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end of DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 34
            if_icmpne 8
         6: .line 115
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         7: .line 116
            goto 16
         8: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 92
            if_icmpne 11
         9: .line 118
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.getEscaped:()C
            castore
        10: .line 119
            goto 12
        11: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            castore
        12: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        13: .line 124
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
        14: .line 107
            goto 3
        15: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 17
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpeq 15
        17: .line 132
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lokhttp3/internal/tls/DistinguishedNameParser;

  private java.lang.String hexAV();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
         0: .line 137
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmplt 2
         1: .line 139
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end of DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
         3: .line 143
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         4: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpeq 6
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 43
            if_icmpeq 6
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 44
            if_icmpeq 6
         5: .line 149
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 59
            if_icmpne 8
         6: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
         7: .line 151
            goto 19
         8: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpne 15
         9: .line 155
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
        10: .line 156
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        11: .line 159
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 19
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpeq 12
        14: .line 161
            goto 19
        15: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 65
            if_icmplt 17
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 70
            if_icmpgt 17
        16: .line 163
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            dup2
            caload
            bipush 32
            iadd
            i2c
            castore
        17: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        18: .line 144
            goto 4
        19: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            istore 1 /* hexLen */
        start local 1 // int hexLen
        20: .line 172
            iload 1 /* hexLen */
            iconst_5
            if_icmplt 21
            iload 1 /* hexLen */
            iconst_1
            iand
            ifne 22
        21: .line 173
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end of DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 177
      StackMap locals:
      StackMap stack:
            iload 1 /* hexLen */
            iconst_2
            idiv
            newarray 8
            astore 2 /* encoded */
        start local 2 // byte[] encoded
        23: .line 178
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        24: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iconst_1
            iadd
            istore 4 /* p */
        start local 4 // int p
        25: goto 28
        26: .line 179
      StackMap locals: byte[] int int
      StackMap stack:
            aload 2 /* encoded */
            iload 3 /* i */
            aload 0 /* this */
            iload 4 /* p */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.getByte:(I)I
            i2b
            bastore
        27: .line 178
            iinc 4 /* p */ 2
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 3 /* i */
            aload 2 /* encoded */
            arraylength
            if_icmplt 26
        end local 4 // int p
        end local 3 // int i
        29: .line 182
            new java.lang.String
            dup
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            iload 1 /* hexLen */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 2 // byte[] encoded
        end local 1 // int hexLen
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0     this  Lokhttp3/internal/tls/DistinguishedNameParser;
           20   30     1   hexLen  I
           23   30     2  encoded  [B
           24   29     3        i  I
           25   29     4        p  I

  private java.lang.String escapedAV();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
         0: .line 187
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
         1: .line 188
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
         2: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmplt 4
         3: .line 192
            new java.lang.String
            dup
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            lookupswitch { // 5
                   32: 9
                   43: 5
                   44: 5
                   59: 5
                   92: 6
              default: 19
          }
         5: .line 200
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
         6: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            dup_x1
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.getEscaped:()C
            castore
         7: .line 204
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         8: .line 205
            goto 2
         9: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            putfield okhttp3.internal.tls.DistinguishedNameParser.cur:I
        10: .line 211
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        11: .line 212
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            dup_x1
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            bipush 32
            castore
        12: .line 214
            goto 15
        13: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            dup_x1
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            bipush 32
            castore
        14: .line 214
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpge 16
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 32
            if_icmpeq 13
        16: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpeq 18
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 44
            if_icmpeq 18
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 43
            if_icmpeq 18
        17: .line 218
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 59
            if_icmpne 2
        18: .line 220
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.cur:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        19: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            dup_x1
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            castore
        20: .line 225
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        21: .line 189
            goto 2
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lokhttp3/internal/tls/DistinguishedNameParser;

  private char getEscaped();
    descriptor: ()C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
         0: .line 232
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         1: .line 233
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpne 3
         2: .line 234
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end of DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            lookupswitch { // 13
                   32: 4
                   34: 4
                   35: 4
                   37: 4
                   42: 4
                   43: 4
                   44: 4
                   59: 4
                   60: 4
                   61: 4
                   62: 4
                   92: 4
                   95: 4
              default: 5
          }
         4: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            ireturn
         5: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.getUTF8:()C
            ireturn
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lokhttp3/internal/tls/DistinguishedNameParser;

  private char getUTF8();
    descriptor: ()C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
         0: .line 263
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.getByte:(I)I
            istore 1 /* res */
        start local 1 // int res
         1: .line 264
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         2: .line 266
            iload 1 /* res */
            sipush 128
            if_icmpge 4
         3: .line 267
            iload 1 /* res */
            i2c
            ireturn
         4: .line 268
      StackMap locals: int
      StackMap stack:
            iload 1 /* res */
            sipush 192
            if_icmplt 29
            iload 1 /* res */
            sipush 247
            if_icmpgt 29
         5: .line 271
            iload 1 /* res */
            sipush 223
            if_icmpgt 9
         6: .line 272
            iconst_1
            istore 2 /* count */
        start local 2 // int count
         7: .line 273
            iload 1 /* res */
            bipush 31
            iand
            istore 1 /* res */
         8: .line 274
            goto 15
        end local 2 // int count
      StackMap locals:
      StackMap stack:
         9: iload 1 /* res */
            sipush 239
            if_icmpgt 13
        10: .line 275
            iconst_2
            istore 2 /* count */
        start local 2 // int count
        11: .line 276
            iload 1 /* res */
            bipush 15
            iand
            istore 1 /* res */
        12: .line 277
            goto 15
        end local 2 // int count
        13: .line 278
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 2 /* count */
        start local 2 // int count
        14: .line 279
            iload 1 /* res */
            bipush 7
            iand
            istore 1 /* res */
        15: .line 283
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        16: goto 27
        17: .line 284
      StackMap locals: okhttp3.internal.tls.DistinguishedNameParser int int top int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        18: .line 285
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpeq 19
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 92
            if_icmpeq 20
        19: .line 286
      StackMap locals:
      StackMap stack:
            bipush 63
            ireturn
        20: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        21: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.getByte:(I)I
            istore 3 /* b */
        start local 3 // int b
        22: .line 291
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        23: .line 292
            iload 3 /* b */
            sipush 192
            iand
            sipush 128
            if_icmpeq 25
        24: .line 293
            bipush 63
            ireturn
        25: .line 296
      StackMap locals: okhttp3.internal.tls.DistinguishedNameParser int int int int
      StackMap stack:
            iload 1 /* res */
            bipush 6
            ishl
            iload 3 /* b */
            bipush 63
            iand
            iadd
            istore 1 /* res */
        26: .line 283
            iinc 4 /* i */ 1
        end local 3 // int b
      StackMap locals: okhttp3.internal.tls.DistinguishedNameParser int int top int
      StackMap stack:
        27: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 17
        end local 4 // int i
        28: .line 298
            iload 1 /* res */
            i2c
            ireturn
        end local 2 // int count
        29: .line 300
      StackMap locals: okhttp3.internal.tls.DistinguishedNameParser int
      StackMap stack:
            bipush 63
            ireturn
        end local 1 // int res
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lokhttp3/internal/tls/DistinguishedNameParser;
            1   30     1    res  I
            7    9     2  count  I
           11   13     2  count  I
           14   29     2  count  I
           22   27     3      b  I
           16   28     4      i  I

  private int getByte(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
        start local 1 // int position
         0: .line 311
            iload 1 /* position */
            iconst_1
            iadd
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmplt 2
         1: .line 312
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Malformed DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            iload 1 /* position */
            caload
            istore 2 /* b1 */
        start local 2 // int b1
         3: .line 318
            iload 2 /* b1 */
            bipush 48
            if_icmplt 6
            iload 2 /* b1 */
            bipush 57
            if_icmpgt 6
         4: .line 319
            iinc 2 /* b1 */ -48
         5: .line 320
            goto 13
      StackMap locals: int
      StackMap stack:
         6: iload 2 /* b1 */
            bipush 97
            if_icmplt 9
            iload 2 /* b1 */
            bipush 102
            if_icmpgt 9
         7: .line 321
            iinc 2 /* b1 */ -87
         8: .line 322
            goto 13
      StackMap locals:
      StackMap stack:
         9: iload 2 /* b1 */
            bipush 65
            if_icmplt 12
            iload 2 /* b1 */
            bipush 70
            if_icmpgt 12
        10: .line 323
            iinc 2 /* b1 */ -55
        11: .line 324
            goto 13
        12: .line 325
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Malformed DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            iload 1 /* position */
            iconst_1
            iadd
            caload
            istore 3 /* b2 */
        start local 3 // int b2
        14: .line 329
            iload 3 /* b2 */
            bipush 48
            if_icmplt 17
            iload 3 /* b2 */
            bipush 57
            if_icmpgt 17
        15: .line 330
            iinc 3 /* b2 */ -48
        16: .line 331
            goto 24
      StackMap locals: int
      StackMap stack:
        17: iload 3 /* b2 */
            bipush 97
            if_icmplt 20
            iload 3 /* b2 */
            bipush 102
            if_icmpgt 20
        18: .line 332
            iinc 3 /* b2 */ -87
        19: .line 333
            goto 24
      StackMap locals:
      StackMap stack:
        20: iload 3 /* b2 */
            bipush 65
            if_icmplt 23
            iload 3 /* b2 */
            bipush 70
            if_icmpgt 23
        21: .line 334
            iinc 3 /* b2 */ -55
        22: .line 335
            goto 24
        23: .line 336
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Malformed DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 339
      StackMap locals:
      StackMap stack:
            iload 2 /* b1 */
            iconst_4
            ishl
            iload 3 /* b2 */
            iadd
            ireturn
        end local 3 // int b2
        end local 2 // int b1
        end local 1 // int position
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lokhttp3/internal/tls/DistinguishedNameParser;
            0   25     1  position  I
            3   25     2        b1  I
           14   25     3        b2  I
    MethodParameters:
          Name  Flags
      position  

  public java.lang.String findMostSpecific(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // okhttp3.internal.tls.DistinguishedNameParser this
        start local 1 // java.lang.String attributeType
         0: .line 350
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
         1: .line 351
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.tls.DistinguishedNameParser.beg:I
         2: .line 352
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.tls.DistinguishedNameParser.end:I
         3: .line 353
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.tls.DistinguishedNameParser.cur:I
         4: .line 354
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            putfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
         5: .line 356
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.nextAT:()Ljava/lang/String;
            astore 2 /* attType */
        start local 2 // java.lang.String attType
         6: .line 357
            aload 2 /* attType */
            ifnonnull 8
         7: .line 358
            aconst_null
            areturn
         8: .line 361
      StackMap locals: java.lang.String
      StackMap stack:
            ldc ""
            astore 3 /* attValue */
        start local 3 // java.lang.String attValue
         9: .line 363
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmpne 11
        10: .line 364
            aconst_null
            areturn
        11: .line 367
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            lookupswitch { // 5
                   34: 12
                   35: 14
                   43: 16
                   44: 16
                   59: 16
              default: 17
          }
        12: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.quotedAV:()Ljava/lang/String;
            astore 3 /* attValue */
        13: .line 370
            goto 18
        14: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.hexAV:()Ljava/lang/String;
            astore 3 /* attValue */
        15: .line 373
            goto 18
        16: .line 378
      StackMap locals:
      StackMap stack:
            goto 18
        17: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.escapedAV:()Ljava/lang/String;
            astore 3 /* attValue */
        18: .line 386
      StackMap locals:
      StackMap stack:
            aload 1 /* attributeType */
            aload 2 /* attType */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 20
        19: .line 387
            aload 3 /* attValue */
            areturn
        20: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.length:I
            if_icmplt 22
        21: .line 391
            aconst_null
            areturn
        22: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 44
            if_icmpeq 25
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 59
            if_icmpeq 25
        23: .line 395
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.chars:[C
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            caload
            bipush 43
            if_icmpeq 25
        24: .line 396
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Malformed DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
            iconst_1
            iadd
            putfield okhttp3.internal.tls.DistinguishedNameParser.pos:I
        26: .line 400
            aload 0 /* this */
            invokevirtual okhttp3.internal.tls.DistinguishedNameParser.nextAT:()Ljava/lang/String;
            astore 2 /* attType */
        27: .line 401
            aload 2 /* attType */
            ifnonnull 8
        28: .line 402
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Malformed DN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield okhttp3.internal.tls.DistinguishedNameParser.dn:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String attValue
        end local 2 // java.lang.String attType
        end local 1 // java.lang.String attributeType
        end local 0 // okhttp3.internal.tls.DistinguishedNameParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   29     0           this  Lokhttp3/internal/tls/DistinguishedNameParser;
            0   29     1  attributeType  Ljava/lang/String;
            6   29     2        attType  Ljava/lang/String;
            9   29     3       attValue  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      attributeType  
}
SourceFile: "DistinguishedNameParser.java"