Interface | Description |
---|---|
PasswordCipher |
Implementations of
PasswordCipher allow to encode and decode passwords
used to connect to a database. |
SafePasswordCipher |
Class | Description |
---|---|
CdiPasswordCipher | |
PasswordCipherFactory | |
PlainTextPasswordCipher |
This
PlainTextPasswordCipher is an PasswordCipher
implementation that does not use any encryption/decryption algorithm at all. |
SafePasswordCipherBase | |
StaticDESPasswordCipher |
This
PasswordCipher implementation uses a the Triple-DES encryption
algorithm. |
Exception | Description |
---|---|
PasswordCipherException |