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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Client.java515 * the 'supportedCiphers' array. The cipher returned represents
522 private String findCipherAndStrength(byte[] supportedCiphers, argument
527 for (int j = 0; j < supportedCiphers.length; j++) {
532 if (s == supportedCiphers[j] &&

Completed in 30 milliseconds