Searched refs:B64Encoder (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.java84 return (new B64Encoder()).encode (b);
98 class B64Encoder extends BASE64Encoder { class in inherits:BASE64Encoder
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java233 String result = "NTLM " + (new B64Encoder()).encode (msg);
246 String result = "NTLM " + (new B64Encoder()).encode (msg);
251 class B64Encoder extends sun.misc.BASE64Encoder { class in inherits:sun.misc.BASE64Encoder
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiateAuthentication.java156 response = hci.scheme + " " + new B64Encoder().encode(
204 class B64Encoder extends BASE64Encoder { class in class:NegotiateAuthentication

Completed in 31 milliseconds