Class NTLMEngine.Type3Message

    • Field Detail

      • type2Flags

        protected int type2Flags
      • domainBytes

        protected byte[] domainBytes
      • hostBytes

        protected byte[] hostBytes
      • userBytes

        protected byte[] userBytes
      • lmResp

        protected byte[] lmResp
      • ntResp

        protected byte[] ntResp
      • sessionKey

        protected byte[] sessionKey
    • Constructor Detail

      • Type3Message

        Type3Message​(java.lang.String domain,
                     java.lang.String host,
                     java.lang.String user,
                     char[] password,
                     byte[] nonce,
                     int type2Flags,
                     java.lang.String target,
                     byte[] targetInformation)
              throws NTLMEngineException
        Constructor. Pass the arguments we will need
        Throws:
        NTLMEngineException