Class NTLMEngine.Type1Message

    • Field Detail

      • hostBytes

        protected byte[] hostBytes
      • domainBytes

        protected byte[] domainBytes
    • Constructor Detail

      • Type1Message

        Type1Message​(java.lang.String domain,
                     java.lang.String host)
              throws NTLMEngineException
        Constructor. Include the arguments the message will need
        Throws:
        NTLMEngineException
    • Method Detail

      • getResponse

        java.lang.String getResponse()
        Getting the response involves building the message before returning it
        Overrides:
        getResponse in class NTLMEngine.NTLMMessage
        Returns:
        The response as above.