Package org.apache.wicket.util.crypt

Encryption support for forms.

See:
          Description

Interface Summary
ICrypt Encryption and decryption implementations are accessed through this interface.
ICryptFactory Interface used to generate crypt objects
 

Class Summary
AbstractCrypt Abstract base class for JCE based ICrypt implementations.
Base64 Provides Base64 encoding and decoding as defined by RFC 2045.
Base64UrlSafe Provides Base64 encoding and decoding with URL and filename safe alphabet as defined by RFC 3548, section 4.
CachingSunJceCryptFactory Default crypt factory.
ClassCryptFactory Crypt factory that creates the ICrypt object by instantiating a provided class.
CryptFactoryCachingDecorator ICryptFactory decorator that caches the call to ICryptFactory.newCrypt()
KeyInSessionSunJceCryptFactory Crypt factory that produces SunJceCrypt instances based on http session-specific encryption key.
NoCrypt Due to legal reasons in some countries the JRE is shipped without a security provider.
NoCryptFactory Crypt factory implementation for noop NoCrypt class
SunJceCrypt Provide some simple means to encrypt and decrypt strings such as passwords.
TrivialCrypt THIS CLASS IS FOR TESTING PURPOSES ONLY.
 

Package org.apache.wicket.util.crypt Description

Encryption support for forms.



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.