class com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey
  super_class: java.lang.Object
{
  private byte[] rootKey;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey this
        start local 1 // byte[] rootKey
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 17
            aload 1 /* rootKey */
            ifnonnull 5
         2: .line 18
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 0 /* this */
            ldc "R_NullColumnEncryptionKey"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            aconst_null
            iconst_0
         3: .line 19
            iconst_0
         4: .line 18
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;IZ)V
            athrow
         5: .line 20
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey byte[]
      StackMap stack:
            aload 1 /* rootKey */
            arraylength
            ifne 9
         6: .line 21
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 0 /* this */
            ldc "R_EmptyColumnEncryptionKey"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            aconst_null
            iconst_0
         7: .line 22
            iconst_0
         8: .line 21
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;IZ)V
            athrow
         9: .line 24
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* rootKey */
            putfield com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.rootKey:[B
        10: .line 25
            return
        end local 1 // byte[] rootKey
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
            0   11     1  rootKey  [B
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
         Name  Flags
      rootKey  

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

  int length();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey this
         0: .line 32
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.rootKey:[B
            arraylength
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;

  void zeroOutKey();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey this
         0: .line 36
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 37
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.rootKey:[B
            iload 1 /* i */
            iconst_0
            bastore
         3: .line 36
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey.rootKey:[B
            arraylength
            if_icmplt 2
        end local 1 // int i
         5: .line 39
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKey;
            1    5     1     i  I
}
SourceFile: "SQLServerSymmetricKey.java"