|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PasswordHashGenerator in com.atlassian.security.password |
|---|
| Classes in com.atlassian.security.password that implement PasswordHashGenerator | |
|---|---|
class |
PKCS5S2PasswordHashGenerator
Encodes passwords using PKCS 5 version 2, as published by RSA and implemented in BouncyCastle. |
| Methods in com.atlassian.security.password with parameters of type PasswordHashGenerator | |
|---|---|
static PasswordEncoder |
DefaultPasswordEncoder.newInstance(String identifier,
PasswordHashGenerator hashGenerator)
Returns a new encoder with specified identifier and hash generator, using RandomSaltGenerator
as the salt generator. |
| Constructors in com.atlassian.security.password with parameters of type PasswordHashGenerator | |
|---|---|
DefaultPasswordEncoder(String identifier,
PasswordHashGenerator hashGenerator,
SaltGenerator saltGenerator)
Constructs a new encoder with specified identifier, hash generator and salt generator. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||