com.izforge.izpack.sample
Class Scrambler

java.lang.Object
  extended by com.izforge.izpack.sample.Scrambler
All Implemented Interfaces:
Processor

public class Scrambler
extends java.lang.Object
implements Processor

This class provides a demonstration for using an encryption service in connection with a RuleInputField, as used in a UserInputPanel.

Version:
0.0.1 / 02/19/03
Author:
Elmar Grom

Constructor Summary
Scrambler()
           
 
Method Summary
 java.lang.String process(ProcessingClient client)
          Rearranges the input fields and concatenates the result, separating individual fields with a '*'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scrambler

public Scrambler()
Method Detail

process

public java.lang.String process(ProcessingClient client)
Rearranges the input fields and concatenates the result, separating individual fields with a '*'.

Specified by:
process in interface Processor
Parameters:
client - the client object using the services of this encryptor.
Returns:
the encryption result.