Package org.nuxeo.ecm.core.blob
Class DigestConfiguration
java.lang.Object
org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
org.nuxeo.ecm.core.blob.DigestConfiguration
Configuration for the digest.
- Since:
- 11.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
final String
final boolean
final Pattern
Deprecated.Fields inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
properties, systemPropertyPrefix
-
Constructor Summary
ConstructorDescriptionDigestConfiguration
(String digestAlgorithm) DigestConfiguration
(String systemPropertyPrefix, Map<String, String> properties) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected Pattern
Deprecated.since 11.5, useKeyStrategyDigest
insteadboolean
isValidDigest
(String digest) Deprecated.since 11.5, useKeyStrategyDigest
insteadMethods inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
getBooleanProperty, getIntProperty, getIntProperty, getLongProperty, getProperty, getProperty
-
Field Details
-
DIGEST_ALGORITHM_PROPERTY
- See Also:
-
DIGEST_ASYNC_PROPERTY
- Since:
- 11.5
- See Also:
-
DEFAULT_DIGEST_ALGORITHM
- See Also:
-
digestAlgorithm
-
digestPattern
Deprecated.since 11.5, useKeyStrategyDigest
instead -
digestAsync
public final boolean digestAsync- Since:
- 11.5
-
-
Constructor Details
-
DigestConfiguration
-
DigestConfiguration
-
-
Method Details
-
getDigestAlgorithm
-
getDigestPattern
Deprecated.since 11.5, useKeyStrategyDigest
instead -
isValidDigest
Deprecated.since 11.5, useKeyStrategyDigest
instead
-
KeyStrategyDigest
instead