- firstRequestClientNonce(String) - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
 
- 
Sets the value of client nonce used in the first request.
 
- fromChallenges(Iterable<String>) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication from a number of challenges.
 
- fromDigestChallenge(DigestChallenge) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication from a parsed Digest challenge.
 
- fromDigestChallenges(Iterable<? extends DigestChallenge>) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication from a number of parsed Digest challenges.
 
- fromResponse(HttpURLConnection) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication by reading response headers from an HttpURLConnection object.
 
- fromResponseHeaders(Map<String, T>) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication from a map of HTTP response headers.
 
- fromWwwAuthenticateHeader(String) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication from a single WWW-Authenticate header.
 
- fromWwwAuthenticateHeaders(Iterable<String>) - Static method in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Creates an authentication from a number of WWW-Authenticate headers.