Uses of Interface
org.apache.wicket.pageStore.crypt.ICrypter
-
Packages that use ICrypter Package Description org.apache.wicket.pageStore org.apache.wicket.pageStore.crypt org.apache.wicket.settings -
-
Uses of ICrypter in org.apache.wicket.pageStore
Methods in org.apache.wicket.pageStore that return ICrypter Modifier and Type Method Description protected ICrypter
CryptingPageStore. newCrypter()
Create a newICrypter
. -
Uses of ICrypter in org.apache.wicket.pageStore.crypt
Classes in org.apache.wicket.pageStore.crypt that implement ICrypter Modifier and Type Class Description class
DefaultCrypter
Default encryption and decryption implementation.class
GCMSIVCrypter
Encryption and decryption implementation using AES-256-GCM-SIV authenticated encryption. -
Uses of ICrypter in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return types with arguments of type ICrypter Modifier and Type Method Description Supplier<ICrypter>
StoreSettings. getCrypter()
Method parameters in org.apache.wicket.settings with type arguments of type ICrypter Modifier and Type Method Description StoreSettings
StoreSettings. setCrypter(Supplier<ICrypter> crypter)
Sets the supplier for theICrypter
used by aCryptingPageStore
.
-