Package org.apache.wicket.util.crypt
Class CachingSunJceCryptFactory
- java.lang.Object
-
- org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
-
- org.apache.wicket.util.crypt.CachingSunJceCryptFactory
-
- All Implemented Interfaces:
ICryptFactory
public class CachingSunJceCryptFactory extends CryptFactoryCachingDecorator
Default crypt factory. This factory will instantiate aSunJceCryptonce and cache it for all further invocations ofCryptFactoryCachingDecorator.newCrypt().- Author:
- Igor Vaynberg (ivaynberg)
-
-
Constructor Summary
Constructors Constructor Description CachingSunJceCryptFactory(java.lang.String encryptionKey)Construct.
-
Method Summary
-
Methods inherited from class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
newCrypt
-
-