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

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

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

Classes in org.apache.wicket.util.crypt that implement ICrypt
 class AbstractCrypt
          Abstract base class for JCE based ICrypt implementations.
 class NoCrypt
          Due to legal reasons in some countries the JRE is shipped without a security provider.
 class SunJceCrypt
          Provide some simple means to encrypt and decrypt strings such as passwords.
 class TrivialCrypt
          THIS CLASS IS FOR TESTING PURPOSES ONLY.
 

Methods in org.apache.wicket.util.crypt that return ICrypt
 ICrypt KeyInSessionSunJceCryptFactory.newCrypt()
           
 ICrypt ICryptFactory.newCrypt()
           
 ICrypt CryptFactoryCachingDecorator.newCrypt()
           
 ICrypt ClassCryptFactory.newCrypt()
           
 



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