org.apache.wicket.util.crypt
Class CachingSunJceCryptFactory

java.lang.Object
  extended by org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
      extended by 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)

Constructor Summary
CachingSunJceCryptFactory(java.lang.String encryptionKey)
          Construct.
 
Method Summary
 
Methods inherited from class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
newCrypt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingSunJceCryptFactory

public CachingSunJceCryptFactory(java.lang.String encryptionKey)
Construct.

Parameters:
encryptionKey - encryption key


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.