< prev index next >

src/java.security.sasl/share/classes/com/sun/security/sasl/digest/DigestMD5Client.java

Print this page

        

*** 565,575 **** * realm-value * nonce-value * username-value * cnonce-value * authzid-value ! * @returns <tt>digest-response</tt> in a byte array * @throws SaslException if there is an error generating the * response value or the cnonce value. */ private byte[] generateClientResponse(byte[] charset) throws IOException { --- 565,575 ---- * realm-value * nonce-value * username-value * cnonce-value * authzid-value ! * @return {@code digest-response} in a byte array * @throws SaslException if there is an error generating the * response value or the cnonce value. */ private byte[] generateClientResponse(byte[] charset) throws IOException {
< prev index next >