com.izforge.izpack.panels.userinput.processor
Class PasswordEncryptionProcessor
java.lang.Object
com.izforge.izpack.panels.userinput.processor.PasswordEncryptionProcessor
- All Implemented Interfaces:
- Processor
public class PasswordEncryptionProcessor
- extends Object
- implements Processor
- Author:
- Jeff Gordon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordEncryptionProcessor
public PasswordEncryptionProcessor()
process
public String process(ProcessingClient client)
- Processes the contend of an input field.
- Specified by:
process in interface Processor
- Parameters:
client - the client object using the services of this processor.
- Returns:
- The result of the encryption.
- Throws:
IzPackException - if encryption fails
Copyright © 2018. All rights reserved.