class com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey extends com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey
  super_class: com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
{
  static final int keySize;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 256

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

  private java.lang.String encryptionKeySaltFormat;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String macKeySaltFormat;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String ivKeySaltFormat;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey encryptionKey;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey macKey;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey ivKey;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
    flags: (0x0002) ACC_PRIVATE

  void <init>(byte[], java.lang.String);
    descriptor: ([BLjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
        start local 1 // byte[] rootKey
        start local 2 // java.lang.String algorithmName
         0: .line 47
            aload 0 /* this */
            aload 1 /* rootKey */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.<init>:([B)V
         1: .line 48
            aload 0 /* this */
            aload 2 /* algorithmName */
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.algorithmName:Ljava/lang/String;
         2: .line 49
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Microsoft SQL Server cell encryption key with encryption algorithm:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 50
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.algorithmName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " and key length:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            sipush 256
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 49
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.encryptionKeySaltFormat:Ljava/lang/String;
         5: .line 51
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Microsoft SQL Server cell MAC key with encryption algorithm:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.algorithmName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 52
            ldc " and key length:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            sipush 256
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 51
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.macKeySaltFormat:Ljava/lang/String;
         8: .line 53
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Microsoft SQL Server cell IV key with encryption algorithm:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.algorithmName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 54
            ldc " and key length:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            sipush 256
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 53
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.ivKeySaltFormat:Ljava/lang/String;
        11: .line 55
            bipush 32
            istore 3 /* keySizeInBytes */
        start local 3 // int keySizeInBytes
        12: .line 56
            aload 1 /* rootKey */
            arraylength
            iload 3 /* keySizeInBytes */
            if_icmpeq 16
        13: .line 57
            new java.text.MessageFormat
            dup
            ldc "R_InvalidKeySize"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 4 /* form */
        start local 4 // java.text.MessageFormat form
        14: .line 58
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* rootKey */
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* keySizeInBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.algorithmName:Ljava/lang/String;
            aastore
            astore 5 /* msgArgs */
        start local 5 // java.lang.Object[] msgArgs
        15: .line 59
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 0 /* this */
            aload 4 /* form */
            aload 5 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            iconst_0
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;IZ)V
            athrow
        end local 5 // java.lang.Object[] msgArgs
        end local 4 // java.text.MessageFormat form
        16: .line 65
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey byte[] java.lang.String int
      StackMap stack:
            iload 3 /* keySizeInBytes */
            newarray 8
            astore 4 /* encKeyBuff */
        start local 4 // byte[] encKeyBuff
        17: .line 69
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.encryptionKeySaltFormat:Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_16LE:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            aload 1 /* rootKey */
        18: .line 70
            aload 4 /* encKeyBuff */
            arraylength
        19: .line 69
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerSecurityUtility.getHMACWithSHA256:([B[BI)[B
            astore 4 /* encKeyBuff */
        20: .line 72
            aload 0 /* this */
            new com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
            dup
            aload 4 /* encKeyBuff */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.<init>:([B)V
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.encryptionKey:Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
        21: .line 75
            iload 3 /* keySizeInBytes */
            newarray 8
            astore 5 /* macKeyBuff */
        start local 5 // byte[] macKeyBuff
        22: .line 76
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.macKeySaltFormat:Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_16LE:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            aload 1 /* rootKey */
        23: .line 77
            aload 5 /* macKeyBuff */
            arraylength
        24: .line 76
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerSecurityUtility.getHMACWithSHA256:([B[BI)[B
            astore 5 /* macKeyBuff */
        25: .line 79
            aload 0 /* this */
            new com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
            dup
            aload 5 /* macKeyBuff */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.<init>:([B)V
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.macKey:Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
        26: .line 82
            iload 3 /* keySizeInBytes */
            newarray 8
            astore 6 /* ivKeyBuff */
        start local 6 // byte[] ivKeyBuff
        27: .line 83
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.ivKeySaltFormat:Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_16LE:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            aload 1 /* rootKey */
        28: .line 84
            aload 6 /* ivKeyBuff */
            arraylength
        29: .line 83
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerSecurityUtility.getHMACWithSHA256:([B[BI)[B
            astore 6 /* ivKeyBuff */
        30: .line 85
            aload 0 /* this */
            new com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
            dup
            aload 6 /* ivKeyBuff */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.<init>:([B)V
            putfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.ivKey:Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
        end local 6 // byte[] ivKeyBuff
        end local 5 // byte[] macKeyBuff
        31: .line 86
            goto 36
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey byte[] java.lang.String int byte[]
      StackMap stack: java.security.GeneralSecurityException
        32: astore 5 /* e */
        start local 5 // java.security.GeneralSecurityException e
        33: .line 87
            new java.text.MessageFormat
            dup
            ldc "R_KeyExtractionFailed"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 6 /* form */
        start local 6 // java.text.MessageFormat form
        34: .line 88
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* e */
            invokevirtual java.security.GeneralSecurityException.getMessage:()Ljava/lang/String;
            aastore
            astore 7 /* msgArgs */
        start local 7 // java.lang.Object[] msgArgs
        35: .line 89
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 0 /* this */
            aload 6 /* form */
            aload 7 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            iconst_0
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;IZ)V
            athrow
        end local 7 // java.lang.Object[] msgArgs
        end local 6 // java.text.MessageFormat form
        end local 5 // java.security.GeneralSecurityException e
        36: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 4 // byte[] encKeyBuff
        end local 3 // int keySizeInBytes
        end local 2 // java.lang.String algorithmName
        end local 1 // byte[] rootKey
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   37     0            this  Lcom/microsoft/sqlserver/jdbc/SQLServerAeadAes256CbcHmac256EncryptionKey;
            0   37     1         rootKey  [B
            0   37     2   algorithmName  Ljava/lang/String;
           12   37     3  keySizeInBytes  I
           14   16     4            form  Ljava/text/MessageFormat;
           15   16     5         msgArgs  [Ljava/lang/Object;
           17   37     4      encKeyBuff  [B
           22   31     5      macKeyBuff  [B
           27   31     6       ivKeyBuff  [B
           33   36     5               e  Ljava/security/GeneralSecurityException;
           34   36     6            form  Ljava/text/MessageFormat;
           35   36     7         msgArgs  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
          17    31      32  Class java.security.InvalidKeyException
          17    31      32  Class java.security.NoSuchAlgorithmException
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
               Name  Flags
      rootKey        
      algorithmName  

  byte[] getEncryptionKey();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
         0: .line 99
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.encryptionKey:Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.getRootKey:()[B
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerAeadAes256CbcHmac256EncryptionKey;

  byte[] getMacKey();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.macKey:Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.getRootKey:()[B
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerAeadAes256CbcHmac256EncryptionKey;

  byte[] getIVKey();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
         0: .line 115
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey.ivKey:Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.getRootKey:()[B
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerAeadAes256CbcHmac256EncryptionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerAeadAes256CbcHmac256EncryptionKey;
}
SourceFile: "SQLServerAeadAes256CbcHmac256EncryptionKey.java"