Home
last modified time | relevance | path

Searched refs:NTLMEngineException (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/auth/
DNTLMEngineException.java47 public class NTLMEngineException extends AuthenticationException { class
51 public NTLMEngineException() { in NTLMEngineException() method in NTLMEngineException
60 public NTLMEngineException(String message) { in NTLMEngineException() method in NTLMEngineException
71 public NTLMEngineException(String message, Throwable cause) { in NTLMEngineException() method in NTLMEngineException
DNTLMEngine.java60 String workstation) throws NTLMEngineException; in generateType1Msg()
79 String challenge) throws NTLMEngineException; in generateType3Msg()
/external/apache-http/api/
Dcurrent.txt2377 …ublic String generateType1Msg(String, String) throws org.apache.http.impl.auth.NTLMEngineException;
2378 …e3Msg(String, String, String, String, String) throws org.apache.http.impl.auth.NTLMEngineException;
2381 …@Deprecated public class NTLMEngineException extends org.apache.http.auth.AuthenticationException {
2382 ctor @Deprecated public NTLMEngineException();
2383 ctor @Deprecated public NTLMEngineException(String);
2384 ctor @Deprecated public NTLMEngineException(String, Throwable);