com.izforge.izpack.panels.userinput.processor
Class PasswordEncryptionProcessor

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.processor.PasswordEncryptionProcessor
All Implemented Interfaces:
Processor

public class PasswordEncryptionProcessor
extends Object
implements Processor

Author:
Jeff Gordon

Constructor Summary
PasswordEncryptionProcessor()
           
 
Method Summary
 String process(ProcessingClient client)
          Processes the contend of an input field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEncryptionProcessor

public PasswordEncryptionProcessor()
Method Detail

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.