ch.elca.el4j.util.encryption
Interface AbstractPropertyEncryptor
public interface AbstractPropertyEncryptor
This interface is implemented in internal for property decryption.
The interface itself is visible in external as it is used by env-plugin.
- Author:
- David Bernhard (DBD)
- File-location:
- AbstractPropertyEncryptor
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
processString
String processString(String str)
throws EncryptionException
- Throws:
EncryptionException
deriveKey
void deriveKey(String source)
throws EncryptionException
- Throws:
EncryptionException
encrypt
String encrypt(String plain)
throws EncryptionException
- Throws:
EncryptionException
decrypt
String decrypt(String enc)
throws EncryptionException
- Throws:
EncryptionException
Copyright © 2005-2011 ELCA. All Rights Reserved.