|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.sample.PWDEncryptor
This class provides a demonstration for using an encryption service in
connection with a password field, as used in a UserInputPanel
.
Constructor Summary | |
PWDEncryptor()
|
Method Summary | |
java.lang.String |
process(ProcessingClient client)
Encrypts the a password and returns the encrypted result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PWDEncryptor()
Method Detail |
public java.lang.String process(ProcessingClient client)
process
in interface Processor
client
- the client object using the services of this encryptor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |