Class DigestSchemeFactory

java.lang.Object
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
All Implemented Interfaces:
AuthSchemeFactory

@Contract(threading=STATELESS) public class DigestSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory implementation that creates and initializes DigestScheme instances.
Since:
4.0
  • Field Details

  • Constructor Details

    • DigestSchemeFactory

      @Deprecated public DigestSchemeFactory(Charset charset)
      Deprecated.
      This constructor is deprecated to enforce the use of StandardCharsets.UTF_8 encoding in compliance with RFC 7616 for HTTP Digest Access Authentication. Use the default constructor DigestSchemeFactory() instead.
      Parameters:
      charset - the Charset set to be used for encoding credentials. This parameter is ignored as UTF-8 is always used.
    • DigestSchemeFactory

      public DigestSchemeFactory()
  • Method Details