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 a SunJceCrypt
once and cache it for
all further invocations of CryptFactoryCachingDecorator.newCrypt()
.
- Author:
- Igor Vaynberg (ivaynberg)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingSunJceCryptFactory
public CachingSunJceCryptFactory(String encryptionKey)
- Construct.
- Parameters:
encryptionKey
- encryption key
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.