Uses of Interface
wicket.util.crypt.ICryptFactory

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

Uses of ICryptFactory in wicket.settings
 

Methods in wicket.settings that return ICryptFactory
 ICryptFactory Settings.getCryptFactory()
           
 ICryptFactory ISecuritySettings.getCryptFactory()
           
 

Methods in wicket.settings with parameters of type ICryptFactory
 void Settings.setCryptFactory(ICryptFactory cryptFactory)
           
 void ISecuritySettings.setCryptFactory(ICryptFactory cryptFactory)
          Sets the factory that will be used to create crypt objects.
 

Uses of ICryptFactory in wicket.util.crypt
 

Classes in 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 wicket.util.crypt with parameters of type ICryptFactory
CryptFactoryCachingDecorator(ICryptFactory delegate)
          Construct.
 



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