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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Client.java394 private void checkQopSupport(byte[] qopInChallenge, byte[] ciphersInChallenge) argument
432 checkStrengthSupport(ciphersInChallenge);
452 private void checkStrengthSupport(byte[] ciphersInChallenge) argument
456 if (ciphersInChallenge == null) {
462 String cipherOptions = new String(ciphersInChallenge, encoding);

Completed in 59 milliseconds