Package org.apache.wicket.core.util.crypt
-
Class Summary Class Description AbstractJceCrypt Base class for JCE based ICrypt implementations.AbstractKeyInSessionCryptFactory<T extends IClusterable> Base class to implement crypt factories that store crypt into user session.AESCrypt AES basedICrypt
encrypt and decrypt strings such as passwords or URL segments.KeyInSessionSunJceCryptFactory Crypt factory that producesSunJceCrypt
instances based on session-specific encryption key.