class com.microsoft.sqlserver.jdbc.CekTableEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.CekTableEntry
  super_class: java.lang.Object
{
  private static final java.util.logging.Logger aeLogger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  java.util.List<com.microsoft.sqlserver.jdbc.EncryptionKeyInfo> columnEncryptionKeyValues;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/microsoft/sqlserver/jdbc/EncryptionKeyInfo;>;

  int ordinal;
    descriptor: I
    flags: (0x0000) 

  int databaseId;
    descriptor: I
    flags: (0x0000) 

  int cekId;
    descriptor: I
    flags: (0x0000) 

  int cekVersion;
    descriptor: I
    flags: (0x0000) 

  byte[] cekMdVersion;
    descriptor: [B
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            ldc Lcom/microsoft/sqlserver/jdbc/CekTableEntry;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.microsoft.sqlserver.jdbc.CekTableEntry.$assertionsDisabled:Z
         3: .line 48
            ldc "com.microsoft.sqlserver.jdbc.AE"
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         4: .line 47
            putstatic com.microsoft.sqlserver.jdbc.CekTableEntry.aeLogger:Ljava/util/logging/Logger;
         5: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  java.util.List<com.microsoft.sqlserver.jdbc.EncryptionKeyInfo> getColumnEncryptionKeyValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 58
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.columnEncryptionKeyValues:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;
    Signature: ()Ljava/util/List<Lcom/microsoft/sqlserver/jdbc/EncryptionKeyInfo;>;

  int getOrdinal();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 62
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.ordinal:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;

  int getDatabaseId();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 66
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.databaseId:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;

  int getCekId();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 70
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekId:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;

  int getCekVersion();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 74
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekVersion:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;

  byte[] getCekMdVersion();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 78
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekMdVersion:[B
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
        start local 1 // int ordinalVal
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            iload 1 /* ordinalVal */
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.ordinal:I
         2: .line 83
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.databaseId:I
         3: .line 84
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekId:I
         4: .line 85
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekVersion:I
         5: .line 86
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekMdVersion:[B
         6: .line 87
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.columnEncryptionKeyValues:Ljava/util/List;
         7: .line 88
            return
        end local 1 // int ordinalVal
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;
            0    8     1  ordinalVal  I
    MethodParameters:
            Name  Flags
      ordinalVal  

  int getSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
         0: .line 91
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.columnEncryptionKeyValues:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;

  void add(byte[], int, int, int, byte[], java.lang.String, java.lang.String, java.lang.String);
    descriptor: ([BIII[BLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=10, args_size=9
        start local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
        start local 1 // byte[] encryptedKey
        start local 2 // int dbId
        start local 3 // int keyId
        start local 4 // int keyVersion
        start local 5 // byte[] mdVersion
        start local 6 // java.lang.String keyPath
        start local 7 // java.lang.String keyStoreName
        start local 8 // java.lang.String algorithmName
         0: .line 97
            getstatic com.microsoft.sqlserver.jdbc.CekTableEntry.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.columnEncryptionKeyValues:Ljava/util/List;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "columnEncryptionKeyValues should already be initialized."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 99
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.CekTableEntry.aeLogger:Ljava/util/logging/Logger;
            ldc "Retrieving CEK values"
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         2: .line 101
            new com.microsoft.sqlserver.jdbc.EncryptionKeyInfo
            dup
            aload 1 /* encryptedKey */
            iload 2 /* dbId */
            iload 3 /* keyId */
            iload 4 /* keyVersion */
            aload 5 /* mdVersion */
         3: .line 102
            aload 6 /* keyPath */
            aload 7 /* keyStoreName */
            aload 8 /* algorithmName */
         4: .line 101
            invokespecial com.microsoft.sqlserver.jdbc.EncryptionKeyInfo.<init>:([BIII[BLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 9 /* encryptionKey */
        start local 9 // com.microsoft.sqlserver.jdbc.EncryptionKeyInfo encryptionKey
         5: .line 103
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.columnEncryptionKeyValues:Ljava/util/List;
            aload 9 /* encryptionKey */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 105
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.databaseId:I
            ifne 12
         7: .line 106
            aload 0 /* this */
            iload 2 /* dbId */
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.databaseId:I
         8: .line 107
            aload 0 /* this */
            iload 3 /* keyId */
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekId:I
         9: .line 108
            aload 0 /* this */
            iload 4 /* keyVersion */
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekVersion:I
        10: .line 109
            aload 0 /* this */
            aload 5 /* mdVersion */
            putfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekMdVersion:[B
        11: .line 110
            goto 17
        12: .line 111
      StackMap locals: com.microsoft.sqlserver.jdbc.EncryptionKeyInfo
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.CekTableEntry.$assertionsDisabled:Z
            ifne 13
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.databaseId:I
            iload 2 /* dbId */
            if_icmpeq 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 112
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.CekTableEntry.$assertionsDisabled:Z
            ifne 14
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekId:I
            iload 3 /* keyId */
            if_icmpeq 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 113
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.CekTableEntry.$assertionsDisabled:Z
            ifne 15
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekVersion:I
            iload 4 /* keyVersion */
            if_icmpeq 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 114
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.CekTableEntry.$assertionsDisabled:Z
            ifne 17
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekMdVersion:[B
            ifnull 16
            aload 5 /* mdVersion */
            ifnull 16
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.CekTableEntry.cekMdVersion:[B
            arraylength
            aload 5 /* mdVersion */
            arraylength
            if_icmpeq 17
      StackMap locals:
      StackMap stack:
        16: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        17: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 9 // com.microsoft.sqlserver.jdbc.EncryptionKeyInfo encryptionKey
        end local 8 // java.lang.String algorithmName
        end local 7 // java.lang.String keyStoreName
        end local 6 // java.lang.String keyPath
        end local 5 // byte[] mdVersion
        end local 4 // int keyVersion
        end local 3 // int keyId
        end local 2 // int dbId
        end local 1 // byte[] encryptedKey
        end local 0 // com.microsoft.sqlserver.jdbc.CekTableEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lcom/microsoft/sqlserver/jdbc/CekTableEntry;
            0   18     1   encryptedKey  [B
            0   18     2           dbId  I
            0   18     3          keyId  I
            0   18     4     keyVersion  I
            0   18     5      mdVersion  [B
            0   18     6        keyPath  Ljava/lang/String;
            0   18     7   keyStoreName  Ljava/lang/String;
            0   18     8  algorithmName  Ljava/lang/String;
            5   18     9  encryptionKey  Lcom/microsoft/sqlserver/jdbc/EncryptionKeyInfo;
    MethodParameters:
               Name  Flags
      encryptedKey   
      dbId           
      keyId          
      keyVersion     
      mdVersion      
      keyPath        
      keyStoreName   
      algorithmName  
}
SourceFile: "AE.java"