org.apache.openejb.cipher
Class PasswordCipherFactory

java.lang.Object
  extended by org.apache.openejb.cipher.PasswordCipherFactory

public class PasswordCipherFactory
extends Object


Constructor Summary
PasswordCipherFactory()
           
 
Method Summary
static PasswordCipher getPasswordCipher(String passwordCipherClass)
          Create a PasswordCipher instance from the passwordCipher class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordCipherFactory

public PasswordCipherFactory()
Method Detail

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.