Class NtlmAuthenticate

All Implemented Interfaces:
Packet<Buffer.PlainBuffer>

public class NtlmAuthenticate extends NtlmMessage
[MS-NLMP].pdf 2.2.1.3 AUTHENTICATE_MESSAGE
  • Field Details

    • lmResponse

      private byte[] lmResponse
    • ntResponse

      private byte[] ntResponse
    • userName

      private byte[] userName
    • domainName

      private byte[] domainName
    • workstation

      private byte[] workstation
    • encryptedRandomSessionKey

      private byte[] encryptedRandomSessionKey
    • mic

      private byte[] mic
  • Constructor Details

  • Method Details