Package wicket.util.crypt

Encryption support for forms.

See:
          Description

Interface Summary
ICrypt Encryption and decryption implementations are accessed through this interface.
 

Class Summary
AbstractCrypt Abstract base class for JCE based ICrypt implementations.
NoCrypt Due to legal reasons in some countries the JRE is shipped without a security provider.
SunJceCrypt Provide some simple means to encrypt and decrypt strings such as passwords.
TrivialCrypt THIS CLASS IS FOR TESTING PURPOSES ONLY.
 

Package wicket.util.crypt Description

Encryption support for forms.



Copyright © 2004-2006 Wicket developers. All Rights Reserved.