public final class org.apache.tomcat.util.net.openssl.ciphers.Authentication extends java.lang.Enum<org.apache.tomcat.util.net.openssl.ciphers.Authentication>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.apache.tomcat.util.net.openssl.ciphers.Authentication
  super_class: java.lang.Enum
{
  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication RSA;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication DSS;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication aNULL;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication DH;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication ECDH;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication KRB5;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication ECDSA;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication PSK;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication GOST94;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication GOST01;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication FZA;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication SRP;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.tomcat.util.net.openssl.ciphers.Authentication ANY;
    descriptor: Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final org.apache.tomcat.util.net.openssl.ciphers.Authentication[] ENUM$VALUES;
    descriptor: [Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 21
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "RSA"
            iconst_0
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.RSA:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         1: .line 22
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "DSS"
            iconst_1
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.DSS:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         2: .line 23
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "aNULL"
            iconst_2
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.aNULL:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         3: .line 24
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "DH"
            iconst_3
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.DH:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         4: .line 25
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "ECDH"
            iconst_4
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ECDH:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         5: .line 26
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "KRB5"
            iconst_5
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.KRB5:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         6: .line 27
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "ECDSA"
            bipush 6
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ECDSA:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         7: .line 28
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "PSK"
            bipush 7
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.PSK:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         8: .line 29
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "GOST94"
            bipush 8
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.GOST94:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
         9: .line 30
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "GOST01"
            bipush 9
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.GOST01:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
        10: .line 31
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "FZA"
            bipush 10
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.FZA:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
        11: .line 32
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "SRP"
            bipush 11
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.SRP:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
        12: .line 33
            new org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            ldc "ANY"
            bipush 12
            invokespecial org.apache.tomcat.util.net.openssl.ciphers.Authentication.<init>:(Ljava/lang/String;I)V
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ANY:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
        13: .line 20
            bipush 13
            anewarray org.apache.tomcat.util.net.openssl.ciphers.Authentication
            dup
            iconst_0
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.RSA:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            iconst_1
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.DSS:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            iconst_2
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.aNULL:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            iconst_3
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.DH:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            iconst_4
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ECDH:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            iconst_5
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.KRB5:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 6
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ECDSA:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 7
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.PSK:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 8
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.GOST94:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 9
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.GOST01:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 10
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.FZA:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 11
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.SRP:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            dup
            bipush 12
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ANY:Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aastore
            putstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ENUM$VALUES:[Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.tomcat.util.net.openssl.ciphers.Authentication this
         0: .line 20
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.apache.tomcat.util.net.openssl.ciphers.Authentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static org.apache.tomcat.util.net.openssl.ciphers.Authentication[] values();
    descriptor: ()[Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.apache.tomcat.util.net.openssl.ciphers.Authentication.ENUM$VALUES:[Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.apache.tomcat.util.net.openssl.ciphers.Authentication
            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 org.apache.tomcat.util.net.openssl.ciphers.Authentication valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.apache.tomcat.util.net.openssl.ciphers.Authentication
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/apache/tomcat/util/net/openssl/ciphers/Authentication;>;
SourceFile: "Authentication.java"