Uses of Interface
org.apache.openejb.resource.jdbc.PasswordCipher

Packages that use PasswordCipher
org.apache.openejb.resource.jdbc   
 

Uses of PasswordCipher in org.apache.openejb.resource.jdbc
 

Classes in org.apache.openejb.resource.jdbc that implement PasswordCipher
 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.
 

Methods in org.apache.openejb.resource.jdbc that return PasswordCipher
static PasswordCipher BasicDataSourceUtil.getPasswordCipher(java.lang.String passwordCipherClass)
          Create a PasswordCipher instance from the #passwordCipherClass.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.