org.apache.openejb.cipher
Class PasswordCipherFactory
java.lang.Object
org.apache.openejb.cipher.PasswordCipherFactory
public class PasswordCipherFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordCipherFactory
public PasswordCipherFactory()
getPasswordCipher
public static PasswordCipher getPasswordCipher(String passwordCipherClass)
- Create a
PasswordCipher instance from the
passwordCipher class name.
- Parameters:
passwordCipherClass - the password cipher to look for
- Returns:
- the password cipher from the passwordCipher class name
optionally set.
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.