|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordCipher | |
|---|---|
| org.apache.openejb.cipher | |
| org.apache.openejb.resource.jdbc.cipher | |
| Uses of PasswordCipher in org.apache.openejb.cipher |
|---|
| Classes in org.apache.openejb.cipher that implement PasswordCipher | |
|---|---|
class |
PlainTextPasswordCipher
This PlainTextPasswordCipher is an PasswordCipher
implementation that does not use any encryption/decryption algorithm at all. |
class |
StaticDESPasswordCipher
This PasswordCipher implementation uses a the Triple-DES encryption
algorithm. |
| Methods in org.apache.openejb.cipher that return PasswordCipher | |
|---|---|
static PasswordCipher |
PasswordCipherFactory.getPasswordCipher(String passwordCipherClass)
Create a PasswordCipher instance from the
passwordCipher class name. |
| Uses of PasswordCipher in org.apache.openejb.resource.jdbc.cipher |
|---|
| Subinterfaces of PasswordCipher in org.apache.openejb.resource.jdbc.cipher | |
|---|---|
interface |
PasswordCipher
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||