final class com.microsoft.sqlserver.jdbc.AuthenticationJNI extends com.microsoft.sqlserver.jdbc.SSPIAuthentication
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.AuthenticationJNI
  super_class: com.microsoft.sqlserver.jdbc.SSPIAuthentication
{
  private static final int maximumpointersize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  private static boolean enabled;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.util.logging.Logger authLogger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int sspiBlobMaxlen;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private byte[] sniSec;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int[] sniSecLen;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  private final int port;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private static final java.lang.UnsatisfiedLinkError linkError;
    descriptor: Ljava/lang/UnsatisfiedLinkError;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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=3, locals=3, args_size=0
         0: .line 25
            ldc Lcom/microsoft/sqlserver/jdbc/AuthenticationJNI;
            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.AuthenticationJNI.$assertionsDisabled:Z
         3: .line 27
            iconst_0
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.enabled:Z
         4: .line 29
            ldc "com.microsoft.sqlserver.jdbc.internals.AuthenticationJNI"
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         5: .line 28
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
         6: .line 30
            iconst_0
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.sspiBlobMaxlen:I
         7: .line 48
            aconst_null
            astore 0 /* temp */
        start local 0 // java.lang.UnsatisfiedLinkError temp
         8: .line 51
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriver.AUTH_DLL_NAME:Ljava/lang/String;
            invokestatic java.lang.System.loadLibrary:(Ljava/lang/String;)V
         9: .line 52
            iconst_1
            newarray 10
            astore 1 /* pkg */
        start local 1 // int[] pkg
        10: .line 53
            aload 1 /* pkg */
            iconst_0
            iconst_0
            iastore
        11: .line 54
            aload 1 /* pkg */
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.SNISecInitPackage:([ILjava/util/logging/Logger;)I
            ifne 14
        12: .line 55
            aload 1 /* pkg */
            iconst_0
            iaload
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.sspiBlobMaxlen:I
        13: .line 56
            goto 15
        14: .line 57
      StackMap locals: java.lang.UnsatisfiedLinkError int[]
      StackMap stack:
            new java.lang.UnsatisfiedLinkError
            dup
            invokespecial java.lang.UnsatisfiedLinkError.<init>:()V
            athrow
        15: .line 59
      StackMap locals:
      StackMap stack:
            iconst_1
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.enabled:Z
        end local 1 // int[] pkg
        16: .line 60
            goto 23
      StackMap locals: java.lang.UnsatisfiedLinkError
      StackMap stack: java.lang.UnsatisfiedLinkError
        17: astore 1 /* e */
        start local 1 // java.lang.UnsatisfiedLinkError e
        18: .line 61
            aload 1 /* e */
            astore 0 /* temp */
        end local 1 // java.lang.UnsatisfiedLinkError e
        19: .line 65
            aload 0 /* temp */
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.linkError:Ljava/lang/UnsatisfiedLinkError;
            goto 24
        20: .line 64
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        21: .line 65
            aload 0 /* temp */
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.linkError:Ljava/lang/UnsatisfiedLinkError;
        22: .line 66
            aload 2
            athrow
        23: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* temp */
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.linkError:Ljava/lang/UnsatisfiedLinkError;
        end local 0 // java.lang.UnsatisfiedLinkError temp
        24: .line 68
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            8   24     0  temp  Ljava/lang/UnsatisfiedLinkError;
           10   16     1   pkg  [I
           18   19     1     e  Ljava/lang/UnsatisfiedLinkError;
      Exception table:
        from    to  target  type
           8    16      17  Class java.lang.UnsatisfiedLinkError
           8    19      20  any

  static int getMaxSSPIBlobSize();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.sspiBlobMaxlen:I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static boolean isDllLoaded();
    descriptor: ()Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.enabled:Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection, java.lang.String, int);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.AuthenticationJNI this
        start local 1 // com.microsoft.sqlserver.jdbc.SQLServerConnection con
        start local 2 // java.lang.String address
        start local 3 // int serverport
         0: .line 70
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.SSPIAuthentication.<init>:()V
         1: .line 31
            aload 0 /* this */
            sipush 128
            newarray 8
            putfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSec:[B
         2: .line 32
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSecLen:[I
         3: .line 71
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.enabled:Z
            ifne 7
         4: .line 72
            aload 1 /* con */
            iconst_0
         5: .line 73
            ldc "R_notConfiguredForIntegrated"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.linkError:Ljava/lang/UnsatisfiedLinkError;
         6: .line 72
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate:(ILjava/lang/String;Ljava/lang/Throwable;)V
         7: .line 76
      StackMap locals: com.microsoft.sqlserver.jdbc.AuthenticationJNI com.microsoft.sqlserver.jdbc.SQLServerConnection java.lang.String int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* con */
            putfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.con:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
         8: .line 77
            aload 0 /* this */
            aload 2 /* address */
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.initDNSArray:(Ljava/lang/String;)Ljava/lang/String;
            putfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.dnsName:Ljava/lang/String;
         9: .line 78
            aload 0 /* this */
            iload 3 /* serverport */
            putfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.port:I
        10: .line 79
            return
        end local 3 // int serverport
        end local 2 // java.lang.String address
        end local 1 // com.microsoft.sqlserver.jdbc.SQLServerConnection con
        end local 0 // com.microsoft.sqlserver.jdbc.AuthenticationJNI this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/microsoft/sqlserver/jdbc/AuthenticationJNI;
            0   11     1         con  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            0   11     2     address  Ljava/lang/String;
            0   11     3  serverport  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
            Name  Flags
      con         
      address     
      serverport  

  static com.microsoft.sqlserver.jdbc.FedAuthDllInfo getAccessTokenForWindowsIntegrated(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;J)Lcom/microsoft/sqlserver/jdbc/FedAuthDllInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // java.lang.String stsURL
        start local 1 // java.lang.String servicePrincipalName
        start local 2 // java.lang.String clientConnectionId
        start local 3 // java.lang.String clientId
        start local 4 // long expirationFileTime
         0: .line 83
            aload 0 /* stsURL */
            aload 1 /* servicePrincipalName */
         1: .line 84
            aload 2 /* clientConnectionId */
            aload 3 /* clientId */
            lload 4 /* expirationFileTime */
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
         2: .line 83
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.ADALGetAccessTokenForWindowsIntegrated:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JLjava/util/logging/Logger;)Lcom/microsoft/sqlserver/jdbc/FedAuthDllInfo;
            astore 6 /* dllInfo */
        start local 6 // com.microsoft.sqlserver.jdbc.FedAuthDllInfo dllInfo
         3: .line 85
            aload 6 /* dllInfo */
            areturn
        end local 6 // com.microsoft.sqlserver.jdbc.FedAuthDllInfo dllInfo
        end local 4 // long expirationFileTime
        end local 3 // java.lang.String clientId
        end local 2 // java.lang.String clientConnectionId
        end local 1 // java.lang.String servicePrincipalName
        end local 0 // java.lang.String stsURL
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                stsURL  Ljava/lang/String;
            0    4     1  servicePrincipalName  Ljava/lang/String;
            0    4     2    clientConnectionId  Ljava/lang/String;
            0    4     3              clientId  Ljava/lang/String;
            0    4     4    expirationFileTime  J
            3    4     6               dllInfo  Lcom/microsoft/sqlserver/jdbc/FedAuthDllInfo;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.DLLException
    MethodParameters:
                      Name  Flags
      stsURL                
      servicePrincipalName  
      clientConnectionId    
      clientId              
      expirationFileTime    

  byte[] generateClientContext(byte[], boolean[]);
    descriptor: ([B[Z)[B
    flags: (0x0000) 
    Code:
      stack=12, locals=7, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.AuthenticationJNI this
        start local 1 // byte[] pin
        start local 2 // boolean[] done
         0: .line 92
            iconst_1
            newarray 10
            astore 4 /* outsize */
        start local 4 // int[] outsize
         1: .line 93
            aload 4 /* outsize */
            iconst_0
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.getMaxSSPIBlobSize:()I
            iastore
         2: .line 94
            aload 4 /* outsize */
            iconst_0
            iaload
            newarray 8
            astore 3 /* pOut */
        start local 3 // byte[] pOut
         3: .line 97
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.dnsName:Ljava/lang/String;
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 99
      StackMap locals: byte[] int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSec:[B
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSecLen:[I
            aload 1 /* pin */
            aload 1 /* pin */
            arraylength
            aload 3 /* pOut */
            aload 4 /* outsize */
            aload 2 /* done */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.dnsName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.port:I
         5: .line 100
            aconst_null
            aconst_null
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
         6: .line 99
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.SNISecGenClientContext:([B[I[BI[B[I[ZLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I
            istore 5 /* failure */
        start local 5 // int failure
         7: .line 102
            iload 5 /* failure */
            ifeq 13
         8: .line 103
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 10
         9: .line 104
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " Authentication failed code : "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* failure */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.warning:(Ljava/lang/String;)V
        10: .line 106
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.con:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iconst_0
        11: .line 107
            ldc "R_integratedAuthenticationFailed"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.linkError:Ljava/lang/UnsatisfiedLinkError;
        12: .line 106
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate:(ILjava/lang/String;Ljava/lang/Throwable;)V
        13: .line 110
      StackMap locals:
      StackMap stack:
            aload 4 /* outsize */
            iconst_0
            iaload
            newarray 8
            astore 6 /* output */
        start local 6 // byte[] output
        14: .line 111
            aload 3 /* pOut */
            iconst_0
            aload 6 /* output */
            iconst_0
            aload 4 /* outsize */
            iconst_0
            iaload
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 112
            aload 6 /* output */
            areturn
        end local 6 // byte[] output
        end local 5 // int failure
        end local 4 // int[] outsize
        end local 3 // byte[] pOut
        end local 2 // boolean[] done
        end local 1 // byte[] pin
        end local 0 // com.microsoft.sqlserver.jdbc.AuthenticationJNI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lcom/microsoft/sqlserver/jdbc/AuthenticationJNI;
            0   16     1      pin  [B
            0   16     2     done  [Z
            3   16     3     pOut  [B
            1   16     4  outsize  [I
            7   16     5  failure  I
           14   16     6   output  [B
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      pin   
      done  

  void releaseClientContext();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AuthenticationJNI this
         0: .line 116
            iconst_0
            istore 1 /* success */
        start local 1 // int success
         1: .line 117
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSecLen:[I
            iconst_0
            iaload
            ifle 4
         2: .line 118
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSec:[B
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSecLen:[I
            iconst_0
            iaload
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.SNISecReleaseClientContext:([BILjava/util/logging/Logger;)I
            istore 1 /* success */
         3: .line 119
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AuthenticationJNI.sniSecLen:[I
            iconst_0
            iconst_0
            iastore
         4: .line 121
      StackMap locals: int
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 6
         5: .line 122
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " Release client context status : "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* success */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         6: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int success
        end local 0 // com.microsoft.sqlserver.jdbc.AuthenticationJNI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/microsoft/sqlserver/jdbc/AuthenticationJNI;
            1    7     1  success  I

  private static java.lang.String initDNSArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String address
         0: .line 129
            iconst_1
            anewarray java.lang.String
            astore 1 /* dns */
        start local 1 // java.lang.String[] dns
         1: .line 130
            aload 0 /* address */
            aload 1 /* dns */
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.authLogger:Ljava/util/logging/Logger;
            invokestatic com.microsoft.sqlserver.jdbc.AuthenticationJNI.GetDNSName:(Ljava/lang/String;[Ljava/lang/String;Ljava/util/logging/Logger;)I
            ifeq 3
         2: .line 132
            aload 1 /* dns */
            iconst_0
            aload 0 /* address */
            aastore
         3: .line 134
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 1 /* dns */
            iconst_0
            aaload
            areturn
        end local 1 // java.lang.String[] dns
        end local 0 // java.lang.String address
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  address  Ljava/lang/String;
            1    4     1      dns  [Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  private static native int SNISecGenClientContext(byte[], int[], byte[], int, byte[], int[], boolean[], java.lang.String, int, java.lang.String, java.lang.String, java.util.logging.Logger);
    descriptor: ([B[I[BI[B[I[ZLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
            Name  Flags
      psec        
      secptrsize  
      pin         
      insize      
      pOut        
      outsize     
      done        
      servername  
      port        
      username    
      password    
      log         

  private static native int SNISecReleaseClientContext(byte[], int, java.util.logging.Logger);
    descriptor: ([BILjava/util/logging/Logger;)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
            Name  Flags
      psec        
      secptrsize  
      log         

  private static native int SNISecInitPackage(int[], java.util.logging.Logger);
    descriptor: ([ILjava/util/logging/Logger;)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
             Name  Flags
      pcbMaxToken  
      log          

  private static native int SNISecTerminatePackage(java.util.logging.Logger);
    descriptor: (Ljava/util/logging/Logger;)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      log   

  private static native int SNIGetSID(byte[], java.util.logging.Logger);
    descriptor: ([BLjava/util/logging/Logger;)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      SID   
      log   

  private static native boolean SNIIsEqualToCurrentSID(byte[], java.util.logging.Logger);
    descriptor: ([BLjava/util/logging/Logger;)Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      SID   
      log   

  private static native int GetDNSName(java.lang.String, java.lang.String[], java.util.logging.Logger);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;Ljava/util/logging/Logger;)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      address  
      DNSName  
      log      

  private static synchronized native com.microsoft.sqlserver.jdbc.FedAuthDllInfo ADALGetAccessTokenForWindowsIntegrated(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, java.util.logging.Logger);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JLjava/util/logging/Logger;)Lcom/microsoft/sqlserver/jdbc/FedAuthDllInfo;
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
                      Name  Flags
      stsURL                
      servicePrincipalName  
      clientConnectionId    
      clientId              
      expirationFileTime    
      log                   

  static synchronized native byte[] DecryptColumnEncryptionKey(java.lang.String, java.lang.String, byte[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[B)[B
    flags: (0x0128) ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.DLLException
    MethodParameters:
                              Name  Flags
      masterKeyPath                 
      encryptionAlgorithm           
      encryptedColumnEncryptionKey  

  static synchronized native boolean VerifyColumnMasterKeyMetadata(java.lang.String, boolean, byte[]);
    descriptor: (Ljava/lang/String;Z[B)Z
    flags: (0x0128) ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.DLLException
    MethodParameters:
                          Name  Flags
      keyPath                   
      allowEnclaveComputations  
      signature                 
}
SourceFile: "AuthenticationJNI.java"