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)

Method Summary
 String decrypt(String enc)
           
 void deriveKey(String source)
           
 String encrypt(String plain)
           
 String processString(String str)
           
 

Method Detail

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-2008 ELCA. All Rights Reserved.