Uses of Package
org.apache.openejb.cipher

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

Classes in org.apache.openejb.cipher used by org.apache.openejb.cipher
PasswordCipher
          Implementations of PasswordCipher allow to encode and decode passwords used to connect to a database.
 

Classes in org.apache.openejb.cipher used by org.apache.openejb.resource.jdbc.cipher
PasswordCipher
          Implementations of PasswordCipher allow to encode and decode passwords used to connect to a database.
PlainTextPasswordCipher
          This PlainTextPasswordCipher is an PasswordCipher implementation that does not use any encryption/decryption algorithm at all.
StaticDESPasswordCipher
          This PasswordCipher implementation uses a the Triple-DES encryption algorithm.
 



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