Project Wonder 5.0

er.extensions.crypting
Interface ERXCrypterInterface

All Known Implementing Classes:
ERXAbstractAESCrypter, ERXAbstractBlowfishCrypter, ERXAESCrypter, ERXBlowfishCrypter, ERXDESCrypter, ERXKeyStoreBlowfishCrypter

public interface ERXCrypterInterface

Provides a simple interface on top of various encryption algorithms.

Author:
?

Method Summary
 java.lang.String decrypt(java.lang.String cryptedText)
          Returns the decrypted String of the encrypted text.
 java.lang.String encrypt(java.lang.String clearText)
          Returns a String version of the encrypted clear text.
 

Method Detail

encrypt

java.lang.String encrypt(java.lang.String clearText)
Returns a String version of the encrypted clear text.

Parameters:
clearText - the text to encrypt
Returns:
an encrypted version of the text

decrypt

java.lang.String decrypt(java.lang.String cryptedText)
Returns the decrypted String of the encrypted text.

Parameters:
cryptedText - the string to decrypt
Returns:
the decrypted string

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.