Uses of Interface
io.ebean.config.EncryptKeyManager
-
Packages that use EncryptKeyManager Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of EncryptKeyManager in io.ebean.config
Methods in io.ebean.config that return EncryptKeyManager Modifier and Type Method Description EncryptKeyManager
DatabaseConfig. getEncryptKeyManager()
Return the EncryptKeyManager.Methods in io.ebean.config with parameters of type EncryptKeyManager Modifier and Type Method Description void
DatabaseConfig. setEncryptKeyManager(EncryptKeyManager encryptKeyManager)
Set the EncryptKeyManager.
-