public final class sun.security.provider.certpath.ResponderId
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.provider.certpath.ResponderId
  super_class: java.lang.Object
{
  private sun.security.provider.certpath.ResponderId$Type type;
    descriptor: Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x0002) ACC_PRIVATE

  private javax.security.auth.x500.X500Principal responderName;
    descriptor: Ljavax/security/auth/x500/X500Principal;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.x509.KeyIdentifier responderKeyId;
    descriptor: Lsun/security/x509/KeyIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

  private static volatile int[] $SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(javax.security.auth.x500.X500Principal);
    descriptor: (Ljavax/security/auth/x500/X500Principal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.provider.certpath.ResponderId this
        start local 1 // javax.security.auth.x500.X500Principal subjectName
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            aload 0 /* this */
            aload 1 /* subjectName */
            putfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
         2: .line 112
            aload 0 /* this */
            aconst_null
            putfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
         3: .line 113
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.provider.certpath.ResponderId.principalToBytes:()[B
            putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
         4: .line 114
            aload 0 /* this */
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
            putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
         5: .line 115
            return
        end local 1 // javax.security.auth.x500.X500Principal subjectName
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/security/provider/certpath/ResponderId;
            0    6     1  subjectName  Ljavax/security/auth/x500/X500Principal;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      subjectName  

  public void <init>(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.provider.certpath.ResponderId this
        start local 1 // java.security.PublicKey pubKey
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 128
            aload 0 /* this */
            new sun.security.x509.KeyIdentifier
            dup
            aload 1 /* pubKey */
            invokespecial sun.security.x509.KeyIdentifier.<init>:(Ljava/security/PublicKey;)V
            putfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
         2: .line 129
            aload 0 /* this */
            aconst_null
            putfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
         3: .line 130
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.provider.certpath.ResponderId.keyIdToBytes:()[B
            putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
         4: .line 131
            aload 0 /* this */
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
            putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
         5: .line 132
            return
        end local 1 // java.security.PublicKey pubKey
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/security/provider/certpath/ResponderId;
            0    6     1  pubKey  Ljava/security/PublicKey;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      pubKey  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.security.provider.certpath.ResponderId this
        start local 1 // byte[] encodedData
         0: .line 141
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 142
            new sun.security.util.DerValue
            dup
            aload 1 /* encodedData */
            invokespecial sun.security.util.DerValue.<init>:([B)V
            astore 2 /* outer */
        start local 2 // sun.security.util.DerValue outer
         2: .line 144
            aload 2 /* outer */
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
            i2b
            invokevirtual sun.security.util.DerValue.isContextSpecific:(B)Z
            ifeq 8
         3: .line 145
            aload 2 /* outer */
            invokevirtual sun.security.util.DerValue.isConstructed:()Z
            ifeq 8
         4: .line 148
            aload 0 /* this */
            new javax.security.auth.x500.X500Principal
            dup
            aload 2 /* outer */
            invokevirtual sun.security.util.DerValue.getDataBytes:()[B
            invokespecial javax.security.auth.x500.X500Principal.<init>:([B)V
            putfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
         5: .line 149
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.provider.certpath.ResponderId.principalToBytes:()[B
            putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
         6: .line 150
            aload 0 /* this */
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
            putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
         7: .line 151
            goto 17
      StackMap locals: sun.security.provider.certpath.ResponderId byte[] sun.security.util.DerValue
      StackMap stack:
         8: aload 2 /* outer */
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
            i2b
            invokevirtual sun.security.util.DerValue.isContextSpecific:(B)Z
            ifeq 16
         9: .line 152
            aload 2 /* outer */
            invokevirtual sun.security.util.DerValue.isConstructed:()Z
            ifeq 16
        10: .line 155
            aload 0 /* this */
        11: .line 156
            new sun.security.x509.KeyIdentifier
            dup
            new sun.security.util.DerValue
            dup
            aload 2 /* outer */
            invokevirtual sun.security.util.DerValue.getDataBytes:()[B
            invokespecial sun.security.util.DerValue.<init>:([B)V
            invokespecial sun.security.x509.KeyIdentifier.<init>:(Lsun/security/util/DerValue;)V
        12: .line 155
            putfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
        13: .line 157
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.provider.certpath.ResponderId.keyIdToBytes:()[B
            putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
        14: .line 158
            aload 0 /* this */
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
            putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
        15: .line 159
            goto 17
        16: .line 160
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Invalid ResponderId content"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.security.util.DerValue outer
        end local 1 // byte[] encodedData
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lsun/security/provider/certpath/ResponderId;
            0   18     1  encodedData  [B
            2   18     2        outer  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      encodedData  

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 171
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ResponderId;

  public sun.security.provider.certpath.ResponderId$Type getType();
    descriptor: ()Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 181
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
            areturn
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ResponderId;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 191
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
            arraylength
            ireturn
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ResponderId;

  public javax.security.auth.x500.X500Principal getResponderName();
    descriptor: ()Ljavax/security/auth/x500/X500Principal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 202
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
            areturn
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ResponderId;

  public sun.security.x509.KeyIdentifier getKeyIdentifier();
    descriptor: ()Lsun/security/x509/KeyIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 213
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
            areturn
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ResponderId;

  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 // sun.security.provider.certpath.ResponderId this
        start local 1 // java.lang.Object obj
         0: .line 229
            aload 1 /* obj */
            ifnonnull 2
         1: .line 230
            iconst_0
            ireturn
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 4
         3: .line 234
            iconst_1
            ireturn
         4: .line 237
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.provider.certpath.ResponderId
            ifeq 7
         5: .line 238
            aload 1 /* obj */
            checkcast sun.security.provider.certpath.ResponderId
            astore 2 /* respObj */
        start local 2 // sun.security.provider.certpath.ResponderId respObj
         6: .line 239
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
            aload 2 /* respObj */
            invokevirtual sun.security.provider.certpath.ResponderId.getEncoded:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ireturn
        end local 2 // sun.security.provider.certpath.ResponderId respObj
         7: .line 242
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/security/provider/certpath/ResponderId;
            0    8     1      obj  Ljava/lang/Object;
            6    7     2  respObj  Lsun/security/provider/certpath/ResponderId;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 252
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            ireturn
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/ResponderId;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 262
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 263
            invokestatic sun.security.provider.certpath.ResponderId.$SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type:()[I
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 2
                    2: 4
              default: 11
          }
         2: .line 265
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         3: .line 266
            goto 12
         4: .line 268
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 269
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
            invokevirtual sun.security.x509.KeyIdentifier.getIdentifier:()[B
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 9
      StackMap locals: sun.security.provider.certpath.ResponderId java.lang.StringBuilder top int int byte[]
      StackMap stack:
         6: aload 5
            iload 3
            baload
            istore 2 /* keyIdByte */
        start local 2 // byte keyIdByte
         7: .line 270
            aload 1 /* sb */
            ldc "%02X"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* keyIdByte */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // byte keyIdByte
         8: .line 269
            iinc 3 1
      StackMap locals:
      StackMap stack:
         9: iload 3
            iload 4
            if_icmplt 6
        10: .line 272
            goto 12
        11: .line 274
      StackMap locals: sun.security.provider.certpath.ResponderId java.lang.StringBuilder
      StackMap stack:
            aload 1 /* sb */
            ldc "Unknown ResponderId Type: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        12: .line 276
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/security/provider/certpath/ResponderId;
            1   13     1         sb  Ljava/lang/StringBuilder;
            7    8     2  keyIdByte  B

  private byte[] principalToBytes();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 288
            new sun.security.util.DerValue
            dup
            bipush -128
         1: .line 289
            iconst_1
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
            i2b
         2: .line 288
            invokestatic sun.security.util.DerValue.createTag:(BZB)B
         3: .line 290
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
            invokevirtual javax.security.auth.x500.X500Principal.getEncoded:()[B
         4: .line 288
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
            astore 1 /* dv */
        start local 1 // sun.security.util.DerValue dv
         5: .line 291
            aload 1 /* dv */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            areturn
        end local 1 // sun.security.util.DerValue dv
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/provider/certpath/ResponderId;
            5    6     1    dv  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException

  private byte[] keyIdToBytes();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.security.provider.certpath.ResponderId this
         0: .line 304
            new sun.security.util.DerValue
            dup
            iconst_4
         1: .line 305
            aload 0 /* this */
            getfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
            invokevirtual sun.security.x509.KeyIdentifier.getIdentifier:()[B
         2: .line 304
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
            astore 1 /* inner */
        start local 1 // sun.security.util.DerValue inner
         3: .line 309
            new sun.security.util.DerValue
            dup
            bipush -128
         4: .line 310
            iconst_1
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
            i2b
         5: .line 309
            invokestatic sun.security.util.DerValue.createTag:(BZB)B
         6: .line 310
            aload 1 /* inner */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
         7: .line 309
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
            astore 2 /* outer */
        start local 2 // sun.security.util.DerValue outer
         8: .line 312
            aload 2 /* outer */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            areturn
        end local 2 // sun.security.util.DerValue outer
        end local 1 // sun.security.util.DerValue inner
        end local 0 // sun.security.provider.certpath.ResponderId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/security/provider/certpath/ResponderId;
            3    9     1  inner  Lsun/security/util/DerValue;
            8    9     2  outer  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException

  static int[] $SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 54
            getstatic sun.security.provider.certpath.ResponderId.$SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic sun.security.provider.certpath.ResponderId$Type.values:()[Lsun/security/provider/certpath/ResponderId$Type;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
            invokevirtual sun.security.provider.certpath.ResponderId$Type.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic sun.security.provider.certpath.ResponderId.$SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
SourceFile: "ResponderId.java"
NestMembers:
  sun.security.provider.certpath.ResponderId$Type
InnerClasses:
  public final Type = sun.security.provider.certpath.ResponderId$Type of sun.security.provider.certpath.ResponderId