Searched defs:authMethod (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java52 private String authMethod; field in class:DigestAuthentication
176 String authMethod, PasswordAuthentication pw,
182 this.authMethod = authMethod;
188 String authMethod, PasswordAuthentication pw,
195 this.authMethod = authMethod;
293 if (params.nonce == null || authMethod == null || pw == null || realm == null) {
296 if (authMethod.length() >= 1) {
300 authMethod
175 DigestAuthentication(boolean isProxy, URL url, String realm, String authMethod, PasswordAuthentication pw, Parameters params) argument
187 DigestAuthentication(boolean isProxy, String host, int port, String realm, String authMethod, PasswordAuthentication pw, Parameters params) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java464 * @param authMethod "AUTHENTICATE" for client-generated response;
475 String authMethod,
499 A2.write((authMethod + ":" + digestUriValue).getBytes(encoding));
474 generateResponseValue( String authMethod, String digestUriValue, String qopValue, String usernameValue, String realmValue, char[] passwdValue, byte[] nonceValue, byte[] cNonceValue, int nonceCount, byte[] authzidValue ) argument

Completed in 43 milliseconds