Class SMB2NegotiateResponse

All Implemented Interfaces:
Packet<SMBBuffer>

public class SMB2NegotiateResponse extends SMB2Packet
[MS-SMB2].pdf 2.2.4 SMB2 Negotiate Response
  • Constructor Details

    • SMB2NegotiateResponse

      public SMB2NegotiateResponse()
  • Method Details

    • readMessage

      protected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
      Description copied from class: SMB2Packet
      Read the packet body, this should be implemented by the various packet types.
      Overrides:
      readMessage in class SMB2Packet
      Parameters:
      buffer -
      Throws:
      Buffer.BufferException
    • getGssToken

      public byte[] getGssToken()
    • getSecurityMode

      public int getSecurityMode()
    • getDialect

      public SMB2Dialect getDialect()
    • getServerGuid

      public UUID getServerGuid()
    • getCapabilities

      public Set<SMB2GlobalCapability> getCapabilities()
    • getMaxTransactSize

      public int getMaxTransactSize()
    • getMaxReadSize

      public int getMaxReadSize()
    • getMaxWriteSize

      public int getMaxWriteSize()
    • getSystemTime

      public FileTime getSystemTime()
    • getServerStartTime

      public FileTime getServerStartTime()
    • getNegotiateContextList

      public List<SMB2NegotiateContext> getNegotiateContextList()
    • setDialect

      public void setDialect(SMB2Dialect dialect)
    • setSystemTime

      public void setSystemTime(FileTime systemTime)
    • setServerGuid

      public void setServerGuid(UUID serverGuid)