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 the object via the provided Class and cache the result so that the object is only instantiated once.

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 © 2004-2010 Apache Software Foundation. All Rights Reserved.