Uses of Interface
org.apache.wicket.util.crypt.ICryptFactory
-
Packages that use ICryptFactory Package Description 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 Modifier and Type Class Description classCachingSunJceCryptFactoryDefault crypt factory.classClassCryptFactoryCrypt factory that creates theICryptobject by instantiating a provided class.classCryptFactoryCachingDecoratorICryptFactorydecorator that caches the call tonewCrypt()classNoCryptFactoryCrypt factory implementation for noopNoCryptclassConstructors in org.apache.wicket.util.crypt with parameters of type ICryptFactory Constructor Description CryptFactoryCachingDecorator(ICryptFactory delegate)Construct.
-