public class DigestSchemeFactory extends java.lang.Object implements AuthSchemeFactory
AuthSchemeFactory implementation that creates and initializes
DigestScheme instances.| Modifier and Type | Field and Description |
|---|---|
static DigestSchemeFactory |
INSTANCE
Singleton instance.
|
| Constructor and Description |
|---|
DigestSchemeFactory() |
DigestSchemeFactory(java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
create(HttpContext context)
Creates an instance of
AuthScheme. |
public static final DigestSchemeFactory INSTANCE
public DigestSchemeFactory(java.nio.charset.Charset charset)
public DigestSchemeFactory()
public AuthScheme create(HttpContext context)
AuthSchemeFactoryAuthScheme.create in interface AuthSchemeFactory