Searched defs:DIGEST (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/security/sasl/Sasl/
H A DPassSysProps.java42 private static final String DIGEST = "DIGEST-MD5"; field in class:PassSysProps
63 Sasl.createSaslClient(new String[]{DIGEST, PLAIN}, authorizationId,
68 Sasl.createSaslServer(DIGEST, protocol, serverName, (Map) sysprops,
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthScheme.java32 DIGEST, enum constant in enum:AuthScheme
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapPoolManager.java92 // Properties for DIGEST
106 private static final int DIGEST = 2; field in class:LdapPoolManager
179 * one of "none", "simple", "DIGEST-MD5", or "GSSAPI",
189 return DIGEST;
271 case DIGEST:
321 case DIGEST:
344 (pools[DIGEST] != null ? "DIGEST-MD5 " : ""));
351 i == DIGEST ? "digest pools" : "")

Completed in 285 milliseconds