Package | Description |
---|---|
org.jasypt.digest | |
org.jasypt.spring.security | |
org.jasypt.spring.security2 | |
org.jasypt.spring.security3 |
Modifier and Type | Class and Description |
---|---|
class |
PooledStringDigester
Pooled implementation of
StringDigester that in fact contains
an array of StandardStringDigester objects which are used
to attend digest and match requests in round-robin. |
class |
StandardStringDigester
Standard implementation of the
StringDigester interface. |
Modifier and Type | Method and Description |
---|---|
void |
PasswordEncoder.setStringDigester(StringDigester stringDigester)
Sets a string digester to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordEncoder.setStringDigester(StringDigester stringDigester)
Sets a string digester to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenBasedRememberMeServices.setDigester(StringDigester digester) |
void |
PasswordEncoder.setStringDigester(StringDigester stringDigester)
Sets a string digester to be used.
|
Copyright © 2014 The JASYPT team. All Rights Reserved.