|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PasswordCipher | |
---|---|
org.apache.openejb.resource.jdbc |
Uses of PasswordCipher in org.apache.openejb.resource.jdbc |
---|
Classes in org.apache.openejb.resource.jdbc 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.resource.jdbc that return PasswordCipher | |
---|---|
static PasswordCipher |
BasicDataSourceUtil.getPasswordCipher(String passwordCipherClass)
Create a PasswordCipher instance from the
#passwordCipherClass . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |