Uses of Class
org.apache.wicket.util.crypt.CryptFactoryCachingDecorator

Packages that use CryptFactoryCachingDecorator
org.apache.wicket.util.crypt Encryption support for forms. 
 

Uses of CryptFactoryCachingDecorator in org.apache.wicket.util.crypt
 

Subclasses of CryptFactoryCachingDecorator in org.apache.wicket.util.crypt
 class CachingSunJceCryptFactory
          Default crypt factory. this factory will instantiate the object via the provided Class and cache the result so that the object is only instantiated once.
 class NoCryptFactory
          Crypt factory implementation for noop NoCrypt class
 



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