Package | Description |
---|---|
org.jasypt.digest | |
org.jasypt.digest.config | |
org.jasypt.util.password |
Modifier and Type | Method and Description |
---|---|
void |
StandardStringDigester.setConfig(DigesterConfig config)
Sets a
DigesterConfig
or StringDigesterConfig object
for the digester. |
void |
StandardByteDigester.setConfig(DigesterConfig config)
Sets a
DigesterConfig object
for the digester. |
void |
PooledStringDigester.setConfig(DigesterConfig config)
Sets a
DigesterConfig
or StringDigesterConfig object
for the digester. |
void |
PooledByteDigester.setConfig(DigesterConfig config)
Sets a
DigesterConfig object
for the digester. |
Modifier and Type | Interface and Description |
---|---|
interface |
StringDigesterConfig
Common interface for config classes applicable to
StandardStringDigester objects. |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentDigesterConfig
Implementation for
DigesterConfig which can retrieve configuration
values from environment variables or system properties. |
class |
EnvironmentStringDigesterConfig
Implementation for
StringDigesterConfig which can retrieve configuration
values from environment variables or system properties. |
class |
SimpleDigesterConfig
Bean implementation for
DigesterConfig . |
class |
SimpleStringDigesterConfig
Bean implementation for
StringDigesterConfig . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurablePasswordEncryptor.setConfig(DigesterConfig config)
Lets the user configure this encryptor with a
DigesterConfig
object, like if he/she were using a StandardStringDigester object
directly. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.