Package ch.elca.el4j.util.encryption

Interface Summary
AbstractPropertyEncryptor This interface is implemented in internal for property decryption.
PasswordSource For providing your own password, you can pass one of these as constructor argument.
 

Class Summary
PBEncryptor En- / decrypts strings with a key derived from a user-supplied password with java's PBEStringEncryption (DES, MD5 password hash).
SymmetricEncryption Class to en- and decrypt data symetrically.
 

Exception Summary
EncryptionException Exception that is thrown when an encryption or decryption exception occured.
 

Links to wiki:
ModuleCore


Copyright © 2005-2011 ELCA. All Rights Reserved.