| Class and Description |
|---|
| PasswordEncoder
Encodes passwords for storage in an application and allows verification of raw
passwords against the stored versions.
|
| PasswordHashGenerator
Used by
DefaultPasswordEncoder to generate encoded password bytes. |
| SaltGenerator
Used by
DefaultPasswordEncoder to generate a password salt of a desired length. |
Copyright © 2017 Atlassian. All rights reserved.