final class com.microsoft.sqlserver.jdbc.StreamSSPI extends com.microsoft.sqlserver.jdbc.StreamPacket
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.StreamSSPI
  super_class: com.microsoft.sqlserver.jdbc.StreamPacket
{
  byte[] sspiBlob;
    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 13
            ldc Lcom/microsoft/sqlserver/jdbc/StreamSSPI;
            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.StreamSSPI.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.StreamSSPI this
         0: .line 17
            aload 0 /* this */
            sipush 237
            invokespecial com.microsoft.sqlserver.jdbc.StreamPacket.<init>:(I)V
         1: .line 18
            return
        end local 0 // com.microsoft.sqlserver.jdbc.StreamSSPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/StreamSSPI;

  void setFromTDS(com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.StreamSSPI this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 21
            sipush 237
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.readUnsignedByte:()I
            if_icmpeq 2
         1: .line 22
            getstatic com.microsoft.sqlserver.jdbc.StreamSSPI.$assertionsDisabled:Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 23
      StackMap locals:
      StackMap stack:
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.readUnsignedShort:()I
            istore 2 /* blobLength */
        start local 2 // int blobLength
         3: .line 24
            aload 0 /* this */
            iload 2 /* blobLength */
            newarray 8
            putfield com.microsoft.sqlserver.jdbc.StreamSSPI.sspiBlob:[B
         4: .line 25
            aload 1 /* tdsReader */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.StreamSSPI.sspiBlob:[B
            iconst_0
            iload 2 /* blobLength */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.readBytes:([BII)V
         5: .line 26
            return
        end local 2 // int blobLength
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.StreamSSPI this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/microsoft/sqlserver/jdbc/StreamSSPI;
            0    6     1   tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
            3    6     2  blobLength  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  
}
SourceFile: "StreamSSPI.java"