Package org.apache.openejb.resource.jdbc.cipher

Interface Summary
PasswordCipher Implementations of PasswordCipher allow to encode and decode passwords used to connect to a database.
 

Class Summary
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-2013 The Apache Software Foundation. All Rights Reserved.