- 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(String encryptionKey)Construct.
-
-
-
Constructor Detail
-
CachingSunJceCryptFactory
public CachingSunJceCryptFactory(String encryptionKey)
Construct.- Parameters:
encryptionKey- encryption key
-
-