Class NTLMEngine.Type3Message

java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.NTLMMessage
org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.Type3Message
Enclosing class:
NTLMEngine

static class NTLMEngine.Type3Message extends NTLMEngine.NTLMMessage
Type 3 message assembly class
  • Field Details

    • 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 Details

    • 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
  • Method Details