| Package | Description |
|---|---|
| com.atlassian.security.password |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS5S2PasswordHashGenerator
Encodes passwords using PKCS 5 version 2, as published by RSA and implemented in BouncyCastle.
|
| Modifier and Type | Method and Description |
|---|---|
static PasswordEncoder |
DefaultPasswordEncoder.newInstance(String identifier,
PasswordHashGenerator hashGenerator)
Returns a new encoder with specified identifier and hash generator, using
RandomSaltGenerator
as the salt generator. |
| Constructor and Description |
|---|
DefaultPasswordEncoder(String identifier,
PasswordHashGenerator hashGenerator,
SaltGenerator saltGenerator)
Constructs a new encoder with specified identifier, hash generator and salt generator.
|
Copyright © 2016 Atlassian. All rights reserved.