Uses of Interface
org.apache.wicket.pageStore.crypt.ICrypter
Package
Description
-
Uses of ICrypter in org.apache.wicket.pageStore
Modifier and TypeMethodDescriptionprotected ICrypter
CryptingPageStore.newCrypter()
Create a newICrypter
. -
Uses of ICrypter in org.apache.wicket.pageStore.crypt
Modifier and TypeClassDescriptionclass
Default encryption and decryption implementation.class
Encryption and decryption implementation using AES-256-GCM-SIV authenticated encryption. -
Uses of ICrypter in org.apache.wicket.settings
Modifier and TypeMethodDescriptionStoreSettings.setCrypter
(Supplier<ICrypter> crypter) Sets the supplier for theICrypter
used by aCryptingPageStore
.