| Package | Description |
|---|---|
| org.apache.openejb.cipher | |
| org.apache.openejb.resource.jdbc.cipher |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static PasswordCipher |
PasswordCipherFactory.getPasswordCipher(String passwordCipherClass)
Create a
PasswordCipher instance from the
passwordCipher class name. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PasswordCipher
Deprecated.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.