public class PasswordCipherFactory
extends java.lang.Object
| Constructor and Description |
|---|
PasswordCipherFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PasswordCipher |
getPasswordCipher(java.lang.String passwordCipherClass)
Create a
PasswordCipher instance from the
passwordCipher class name. |
public static PasswordCipher getPasswordCipher(java.lang.String passwordCipherClass)
PasswordCipher instance from the
passwordCipher class name.passwordCipherClass - the password cipher to look for