All Classes and Interfaces

Class
Description
Converts salt and encoded password bytes into a standard base64 encoding for storage.
Encodes passwords for storage in an application and allows verification of raw passwords against the stored versions.
Used by DefaultPasswordEncoder to generate encoded password bytes.
Encodes passwords using PKCS 5 version 2, as published by RSA and implemented in BouncyCastle.
Generates a salt using a static instance of Random.
Used by DefaultPasswordEncoder to generate a password salt of a desired length.