| java.lang.Object com.izforge.izpack.sample.PWDEncryptor
PWDEncryptor | public class PWDEncryptor implements Processor(Code) | | This class provides a demonstration for using an encryption service in
connection with a password field, as used in a UserInputPanel .
version: 0.0.1 / 02/19/03 author: Elmar Grom |
process | public String process(ProcessingClient client)(Code) | | Encrypts the a password and returns the encrypted result.
Note: this is not a real encryption algorithm. The code only
demonstrates the use of this interface in a real installation environment.
For a real application a proper encryption mechanism must be used. Though
Java 1.4.X provides such algorithms, you need to consider that not all
potential target environments have this version installed. It seems best
to include the necessary encryption library with the installer.
Parameters: client - the client object using the services of this encryptor. the encryption result. |
|
|