Uses of Interface
org.apache.wicket.util.crypt.ICryptFactory

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

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

Classes in org.apache.wicket.util.crypt that implement ICryptFactory
 class CachingSunJceCryptFactory
          Default crypt factory.
 class ClassCryptFactory
          Crypt factory that creates the ICrypt object by instantiating a provided class.
 class CryptFactoryCachingDecorator
          ICryptFactory decorator that caches the call to newCrypt()
 class NoCryptFactory
          Crypt factory implementation for noop NoCrypt class
 

Constructors in org.apache.wicket.util.crypt with parameters of type ICryptFactory
CryptFactoryCachingDecorator(ICryptFactory delegate)
          Construct.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.