Home
last modified time | relevance | path

Searched refs:workstation (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
DNTCredentials.java55 private final String workstation; field in NTCredentials
87 this.workstation = null; in NTCredentials()
102 final String workstation, in NTCredentials() argument
110 if (workstation != null) { in NTCredentials()
111 this.workstation = workstation.toUpperCase(Locale.ENGLISH); in NTCredentials()
113 this.workstation = null; in NTCredentials()
144 return this.workstation; in getWorkstation()
151 hash = LangUtils.hashCode(hash, this.workstation); in hashCode()
162 && LangUtils.equals(this.workstation, that.workstation)) { in equals()
175 buffer.append(this.workstation); in toString()
/external/apache-http/src/org/apache/http/impl/auth/
DNTLMEngine.java55 String workstation) throws NTLMEngineException; in generateType1Msg() argument
73 String workstation, in generateType3Msg() argument