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

  • Method Details