public final class sun.security.provider.certpath.ResponderId$Type extends java.lang.Enum<sun.security.provider.certpath.ResponderId$Type>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: sun.security.provider.certpath.ResponderId$Type
  super_class: java.lang.Enum
{
  public static final sun.security.provider.certpath.ResponderId$Type BY_NAME;
    descriptor: Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.provider.certpath.ResponderId$Type BY_KEY;
    descriptor: Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  private final java.lang.String ridTypeName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final sun.security.provider.certpath.ResponderId$Type[] ENUM$VALUES;
    descriptor: [Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 64
            new sun.security.provider.certpath.ResponderId$Type
            dup
            ldc "BY_NAME"
            iconst_0
         1: .line 68
            iconst_1
            ldc "byName"
            invokespecial sun.security.provider.certpath.ResponderId$Type.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
         2: .line 70
            new sun.security.provider.certpath.ResponderId$Type
            dup
            ldc "BY_KEY"
            iconst_1
         3: .line 75
            iconst_2
            ldc "byKey"
            invokespecial sun.security.provider.certpath.ResponderId$Type.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
         4: .line 63
            iconst_2
            anewarray sun.security.provider.certpath.ResponderId$Type
            dup
            iconst_0
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
            aastore
            dup
            iconst_1
            getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
            aastore
            putstatic sun.security.provider.certpath.ResponderId$Type.ENUM$VALUES:[Lsun/security/provider/certpath/ResponderId$Type;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, java.lang.String);
    descriptor: (Ljava/lang/String;IILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // sun.security.provider.certpath.ResponderId$Type this
        start local 3 // int value
        start local 4 // java.lang.String name
         0: .line 80
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 81
            aload 0 /* this */
            iload 3 /* value */
            putfield sun.security.provider.certpath.ResponderId$Type.tagNumber:I
         2: .line 82
            aload 0 /* this */
            aload 4 /* name */
            putfield sun.security.provider.certpath.ResponderId$Type.ridTypeName:Ljava/lang/String;
         3: .line 83
            return
        end local 4 // java.lang.String name
        end local 3 // int value
        end local 0 // sun.security.provider.certpath.ResponderId$Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/provider/certpath/ResponderId$Type;
            0    4     3  value  I
            0    4     4   name  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          
      name           

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

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

  public static sun.security.provider.certpath.ResponderId$Type[] values();
    descriptor: ()[Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic sun.security.provider.certpath.ResponderId$Type.ENUM$VALUES:[Lsun/security/provider/certpath/ResponderId$Type;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray sun.security.provider.certpath.ResponderId$Type
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.security.provider.certpath.ResponderId$Type valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/security/provider/certpath/ResponderId$Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lsun/security/provider/certpath/ResponderId$Type;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast sun.security.provider.certpath.ResponderId$Type
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lsun/security/provider/certpath/ResponderId$Type;>;
SourceFile: "ResponderId.java"
NestHost: sun.security.provider.certpath.ResponderId
InnerClasses:
  public final Type = sun.security.provider.certpath.ResponderId$Type of sun.security.provider.certpath.ResponderId