org.apache.wicket.util.crypt
Class NoCryptFactory

java.lang.Object
  extended by org.apache.wicket.util.crypt.NoCryptFactory
All Implemented Interfaces:
ICryptFactory

public class NoCryptFactory
extends java.lang.Object
implements ICryptFactory

Crypt factory implementation for noop NoCrypt class

Author:
Igor Vaynberg (ivaynberg)

Constructor Summary
NoCryptFactory()
          Construct.
 
Method Summary
 ICrypt newCrypt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCryptFactory

public NoCryptFactory()
Construct.

Method Detail

newCrypt

public ICrypt newCrypt()
Specified by:
newCrypt in interface ICryptFactory
Returns:
new crypt object


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