| Modifier and Type | Method | Description |
|---|---|---|
static HttpDigest.Algorithm |
HttpDigest.Algorithm.fromConfig(io.helidon.config.Config config) |
Parse configuration into this enum.
|
static HttpDigest.Algorithm |
HttpDigest.Algorithm.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HttpDigest.Algorithm[] |
HttpDigest.Algorithm.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpDigestAuthProvider.Builder |
HttpDigestAuthProvider.Builder.digestAlgorithm(HttpDigest.Algorithm algorithm) |
Digest algorithm to use.
|
Copyright © 2018 Oracle Corporation. All rights reserved.