Class NtlmAuthenticate

    • Constructor Summary

      Constructors 
      Constructor Description
      NtlmAuthenticate​(byte[] lmResponse, byte[] ntResponse, java.lang.String userName, java.lang.String domainName, java.lang.String workstation, byte[] encryptedRandomSessionKey, java.util.Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version)  
    • Method Summary

      Modifier and Type Method Description
      byte[] getVersion()
      MS-NLMP 2.2.2.10 VERSION
      void setMic​(byte[] mic)  
      java.lang.String toString()  
      void write​(Buffer.PlainBuffer buffer)  
      • Methods inherited from class com.hierynomus.ntlm.messages.NtlmPacket

        read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NtlmAuthenticate

        public NtlmAuthenticate​(byte[] lmResponse,
                                byte[] ntResponse,
                                java.lang.String userName,
                                java.lang.String domainName,
                                java.lang.String workstation,
                                byte[] encryptedRandomSessionKey,
                                java.util.Set<NtlmNegotiateFlag> negotiateFlags,
                                WindowsVersion version)
    • Method Detail

      • setMic

        public void setMic​(byte[] mic)
      • getVersion

        public byte[] getVersion()
        MS-NLMP 2.2.2.10 VERSION
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object