| java.lang.Object com.izforge.izpack.sample.Scrambler
Scrambler | public class Scrambler implements Processor(Code) | | 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 |
Method Summary | |
public String | process(ProcessingClient client) Rearranges the input fields and concatenates the result, separating
individual fields with a '*'.
Parameters: client - the client object using the services of this encryptor. |
process | public String process(ProcessingClient client)(Code) | | Rearranges the input fields and concatenates the result, separating
individual fields with a '*'.
Parameters: client - the client object using the services of this encryptor. the encryption result. |
|
|