final class com.microsoft.sqlserver.jdbc.KeyStoreAuthentication extends java.lang.Enum<com.microsoft.sqlserver.jdbc.KeyStoreAuthentication>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.microsoft.sqlserver.jdbc.KeyStoreAuthentication
  super_class: java.lang.Enum
{
  public static final com.microsoft.sqlserver.jdbc.KeyStoreAuthentication JavaKeyStorePassword;
    descriptor: Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.KeyStoreAuthentication KeyVaultClientSecret;
    descriptor: Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.KeyStoreAuthentication KeyVaultManagedIdentity;
    descriptor: Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.microsoft.sqlserver.jdbc.KeyStoreAuthentication[] ENUM$VALUES;
    descriptor: [Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
    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 219
            new com.microsoft.sqlserver.jdbc.KeyStoreAuthentication
            dup
            ldc "JavaKeyStorePassword"
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.JavaKeyStorePassword:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
         1: .line 220
            new com.microsoft.sqlserver.jdbc.KeyStoreAuthentication
            dup
            ldc "KeyVaultClientSecret"
            iconst_1
            invokespecial com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultClientSecret:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
         2: .line 221
            new com.microsoft.sqlserver.jdbc.KeyStoreAuthentication
            dup
            ldc "KeyVaultManagedIdentity"
            iconst_2
            invokespecial com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultManagedIdentity:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
         3: .line 218
            iconst_3
            anewarray com.microsoft.sqlserver.jdbc.KeyStoreAuthentication
            dup
            iconst_0
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.JavaKeyStorePassword:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultClientSecret:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultManagedIdentity:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            aastore
            putstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            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 // com.microsoft.sqlserver.jdbc.KeyStoreAuthentication this
         0: .line 218
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.KeyStoreAuthentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  static com.microsoft.sqlserver.jdbc.KeyStoreAuthentication valueOfString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.String value
         0: .line 224
            aconst_null
            astore 1 /* method */
        start local 1 // com.microsoft.sqlserver.jdbc.KeyStoreAuthentication method
         1: .line 226
            aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.JavaKeyStorePassword:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 227
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.JavaKeyStorePassword:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            astore 1 /* method */
         3: .line 228
            goto 15
      StackMap locals: com.microsoft.sqlserver.jdbc.KeyStoreAuthentication
      StackMap stack:
         4: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
         5: .line 229
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultClientSecret:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 230
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultClientSecret:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            astore 1 /* method */
         7: .line 231
            goto 15
      StackMap locals:
      StackMap stack:
         8: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
         9: .line 232
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultManagedIdentity:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 12
        10: .line 233
            getstatic com.microsoft.sqlserver.jdbc.KeyStoreAuthentication.KeyVaultManagedIdentity:Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
            astore 1 /* method */
        11: .line 235
            goto 15
        12: .line 236
      StackMap locals:
      StackMap stack:
            new java.text.MessageFormat
            dup
            ldc "R_InvalidConnectionSetting"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 2 /* form */
        start local 2 // java.text.MessageFormat form
        13: .line 237
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "keyStoreAuthentication"
            aastore
            dup
            iconst_1
            aload 0 /* value */
            aastore
            astore 3 /* msgArgs */
        start local 3 // java.lang.Object[] msgArgs
        14: .line 238
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 2 /* form */
            aload 3 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Object[] msgArgs
        end local 2 // java.text.MessageFormat form
        15: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            areturn
        end local 1 // com.microsoft.sqlserver.jdbc.KeyStoreAuthentication method
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0    value  Ljava/lang/String;
            1   16     1   method  Lcom/microsoft/sqlserver/jdbc/KeyStoreAuthentication;
           13   15     2     form  Ljava/text/MessageFormat;
           14   15     3  msgArgs  [Ljava/lang/Object;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
       Name  Flags
      value  

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