| Interface | Description |
|---|---|
| PasswordCipher |
Implementations of
PasswordCipher allow to encode and decode passwords
used to connect to a database. |
| Class | Description |
|---|---|
| PasswordCipherFactory | |
| PlainTextPasswordCipher |
This
PlainTextPasswordCipher is an PasswordCipher
implementation that does not use any encryption/decryption algorithm at all. |
| StaticDESPasswordCipher |
This
PasswordCipher implementation uses a the Triple-DES encryption
algorithm. |
| Exception | Description |
|---|---|
| PasswordCipherException |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.