Class NTLMEngineImpl.Type2Message

java.lang.Object
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
Enclosing class:
NTLMEngineImpl

static class NTLMEngineImpl.Type2Message extends NTLMEngineImpl.NTLMMessage
Type 2 message class
  • Field Details

    • challenge

      final byte[] challenge
    • target

      String target
    • targetInfo

      byte[] targetInfo
    • flags

      final int flags
  • Constructor Details

  • Method Details

    • getChallenge

      byte[] getChallenge()
      Retrieve the challenge
    • getTarget

      String getTarget()
      Retrieve the target
    • getTargetInfo

      byte[] getTargetInfo()
      Retrieve the target info
    • getFlags

      int getFlags()
      Retrieve the response flags