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

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

Uses of PasswordCipher in org.apache.openejb.cipher
 

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

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

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

Subinterfaces of PasswordCipher in org.apache.openejb.resource.jdbc.cipher
 interface PasswordCipher
          Deprecated. 
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.