Java org.apache.http.impl.auth DigestScheme fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.auth DigestScheme fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.auth DigestScheme.

The text is from its open source code.

Constructor

Method

Headerauthenticate(final Credentials credentials, final HttpRequest request)
Headerauthenticate(final Credentials credentials, final HttpRequest request, final HttpContext context)
Produces a digest authorization string for the given set of Credentials , method name and URI.
StringcreateCnonce()
Creates a random cnonce value based on the current time.
voidoverrideParamter(final String name, final String value)
voidprocessChallenge(final Header header)
Processes the Digest challenge.