Class NoCrypt

java.lang.Object
org.apache.wicket.util.crypt.NoCrypt
All Implemented Interfaces:
ICrypt

public class NoCrypt extends Object implements ICrypt
Due to legal reasons in some countries the JRE is shipped without a security provider. As a convenience solution, we provide a default implementation which does not encrypt/decrypt the data. It does not modify the data at all. Thus we strongly recommend not to use it for production sites.
Author:
Juergen Donnerstag
  • Constructor Details

    • NoCrypt

      public NoCrypt()
      Constructor
  • Method Details