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

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

Uses of ICryptFactory in org.apache.wicket.settings
 

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

Methods in org.apache.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 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 KeyInSessionSunJceCryptFactory
          Crypt factory that produces SunJceCrypt instances based on http session-specific encryption key.
 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 © 2004-2011 Apache Software Foundation. All Rights Reserved.