|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICrypt | |
---|---|
org.apache.wicket.authentication.strategy | |
org.apache.wicket.request.mapper | |
org.apache.wicket.util.crypt | Encryption support for forms. |
Uses of ICrypt in org.apache.wicket.authentication.strategy |
---|
Methods in org.apache.wicket.authentication.strategy that return ICrypt | |
---|---|
protected ICrypt |
DefaultAuthenticationStrategy.getCrypt()
|
Uses of ICrypt in org.apache.wicket.request.mapper |
---|
Methods in org.apache.wicket.request.mapper that return ICrypt | |
---|---|
protected ICrypt |
CryptoMapper.getCrypt()
|
Constructor parameters in org.apache.wicket.request.mapper with type arguments of type ICrypt | |
---|---|
CryptoMapper(IRequestMapper wrappedMapper,
IProvider<ICrypt> cryptProvider)
Construct. |
Uses of ICrypt in org.apache.wicket.util.crypt |
---|
Classes in org.apache.wicket.util.crypt that implement ICrypt | |
---|---|
class |
AbstractCrypt
Abstract base class for JCE based ICrypt implementations. |
class |
NoCrypt
Due to legal reasons in some countries the JRE is shipped without a security provider. |
class |
SunJceCrypt
Provide some simple means to encrypt and decrypt strings such as passwords. |
class |
TrivialCrypt
THIS CLASS IS FOR TESTING PURPOSES ONLY. |
Methods in org.apache.wicket.util.crypt that return ICrypt | |
---|---|
ICrypt |
KeyInSessionSunJceCryptFactory.newCrypt()
|
ICrypt |
NoCryptFactory.newCrypt()
|
ICrypt |
ICryptFactory.newCrypt()
|
ICrypt |
CryptFactoryCachingDecorator.newCrypt()
|
ICrypt |
ClassCryptFactory.newCrypt()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |