interface |
BCryptPassword |
A password using the "bcrypt" Blowfish-based one-way password encryption algorithm.
|
interface |
BSDUnixDESCryptPassword |
A BSD-style DES "crypt" password.
|
interface |
DigestPassword |
Digest MD5 (pre-digested) password.
|
interface |
OneTimePassword |
A one-time password, used by the OTP SASL mechanism.
|
interface |
SaltedSimpleDigestPassword |
A simple password where the generated digest also includes a salt.
|
interface |
ScramDigestPassword |
A SCRAM-digest password, used by the SCRAM family of SASL mechanisms.
|
interface |
SimpleDigestPassword |
A simple single digest based password.
|
interface |
SunUnixMD5CryptPassword |
An MD5-crypt password using the Sun scheme.
|
interface |
UnixDESCryptPassword |
The traditional UNIX DES crypt password algorithm.
|
interface |
UnixMD5CryptPassword |
The UNIX modular-crypt MD5 crypt algorithm.
|
interface |
UnixSHACryptPassword |
The UNIX modular-crypt SHA crypt algorithm.
|