public class PasswordCipherFactory extends Object
| Constructor and Description |
|---|
PasswordCipherFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PasswordCipher |
getPasswordCipher(String passwordCipherClass)
Create a
PasswordCipher instance from the
passwordCipher class name. |
public static PasswordCipher getPasswordCipher(String passwordCipherClass)
PasswordCipher instance from the
passwordCipher class name.passwordCipherClass - the password cipher to look forCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.