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

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

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

Methods in org.apache.openejb.resource.jdbc that return PasswordCipher
static PasswordCipher BasicDataSourceUtil.getPasswordCipher(String passwordCipherClass)
          Create a PasswordCipher instance from the passwordCipher class name.
 

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

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



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.