|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICryptFactory | |
|---|---|
| org.apache.wicket.settings | |
| org.apache.wicket.settings.def | |
| org.apache.wicket.util.crypt | Encryption support for forms. |
| Uses of ICryptFactory in org.apache.wicket.settings |
|---|
| Methods in org.apache.wicket.settings that return ICryptFactory | |
|---|---|
ICryptFactory |
ISecuritySettings.getCryptFactory()
|
| Methods in org.apache.wicket.settings with parameters of type ICryptFactory | |
|---|---|
void |
ISecuritySettings.setCryptFactory(ICryptFactory cryptFactory)
Sets the factory that will be used to create crypt objects. |
| Uses of ICryptFactory in org.apache.wicket.settings.def |
|---|
| Methods in org.apache.wicket.settings.def that return ICryptFactory | |
|---|---|
ICryptFactory |
SecuritySettings.getCryptFactory()
|
| Methods in org.apache.wicket.settings.def with parameters of type ICryptFactory | |
|---|---|
void |
SecuritySettings.setCryptFactory(ICryptFactory cryptFactory)
|
| Uses of ICryptFactory in org.apache.wicket.util.crypt |
|---|
| Classes in org.apache.wicket.util.crypt that implement ICryptFactory | |
|---|---|
class |
CachingSunJceCryptFactory
Default crypt factory. |
class |
ClassCryptFactory
Crypt factory that creates the ICrypt object by instantiating a provided class. |
class |
CryptFactoryCachingDecorator
ICryptFactory decorator that caches the call to newCrypt() |
class |
KeyInSessionSunJceCryptFactory
Crypt factory that produces SunJceCrypt instances based on http session-specific
encryption key. |
class |
NoCryptFactory
Crypt factory implementation for noop NoCrypt class |
| Constructors in org.apache.wicket.util.crypt with parameters of type ICryptFactory | |
|---|---|
CryptFactoryCachingDecorator(ICryptFactory delegate)
Construct. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||