Package org.apache.wicket.util.crypt
Encryption support for forms.
-
Interface Summary Interface Description ICrypt Encryption and decryption implementations are accessed through this interface.ICryptFactory Interface used to generate crypt objects -
Class Summary Class Description AbstractCrypt Abstract base class for JCE based ICrypt implementations.CachingSunJceCryptFactory Deprecated. use a lambda expression instead TODO remove in Wicket 10CharEncoding Character encoding names required of every implementation of the Java platform.CipherUtils Utility class meant to help buildingCipher
.ClassCryptFactory Deprecated. use a lambda expression instead TODO remove in Wicket 10CryptFactoryCachingDecorator ICryptFactory
decorator that caches the call toICryptFactory.newCrypt()
NoCrypt Due to legal reasons in some countries the JRE is shipped without a security provider.NoCryptFactory Crypt factory implementation for noopNoCrypt
classStringUtils Converts String to and from bytes using the encodings required by the Java specification.SunJceCrypt Provide some simple means to encrypt and decrypt strings such as passwords.TrivialCrypt THIS CLASS IS FOR TESTING PURPOSES ONLY.