Package org.apache.openejb.cipher

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

Class Summary
PasswordCipherFactory  
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.
 

Exception Summary
PasswordCipherException  
 



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