response
portion of a Digest authentication header. Both the server and user agent should compute the response
independently. Provided as a static method to simplify the coding of user agents.
@param dr - the auth request from the client
@param password - plain text unencoded password
@return the MD5 of the digest authentication response, encoded in hex
@throws IllegalArgumentException if the supplied qop value is unsupported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|