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
Deprecated.use a lambda expression instead TODO remove in Wicket 10Default crypt factory. This factory will instantiate aSunJceCrypt
once and cache it for all further invocations ofCryptFactoryCachingDecorator.newCrypt()
.- Author:
- Igor Vaynberg (ivaynberg)
-
-
Constructor Summary
Constructors Constructor Description CachingSunJceCryptFactory(String encryptionKey)
Deprecated.Construct.
-
-
-
Constructor Detail
-
CachingSunJceCryptFactory
public CachingSunJceCryptFactory(String encryptionKey)
Deprecated.Construct.- Parameters:
encryptionKey
- encryption key
-
-