|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PasswordEncoder in com.atlassian.security.password |
|---|
| Classes in com.atlassian.security.password that implement PasswordEncoder | |
|---|---|
class |
DefaultPasswordEncoder
Converts salt and encoded password bytes into a standard base64 encoding for storage. |
| Methods in com.atlassian.security.password that return PasswordEncoder | |
|---|---|
static PasswordEncoder |
DefaultPasswordEncoder.getDefaultInstance()
Returns a new encoder with identifier "PKCS5S2" using PKCS5S2PasswordHashGenerator
as the hash generator and RandomSaltGenerator as the salt generator. |
static PasswordEncoder |
DefaultPasswordEncoder.newInstance(String identifier,
PasswordHashGenerator hashGenerator)
Returns a new encoder with specified identifier and hash generator, using RandomSaltGenerator
as the salt generator. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||