Uses of Interface
io.ebean.config.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 EncryptKeyManagerDatabaseConfig. getEncryptKeyManager()Return the EncryptKeyManager.Methods in io.ebean.config with parameters of type EncryptKeyManager Modifier and Type Method Description voidDatabaseConfig. setEncryptKeyManager(EncryptKeyManager encryptKeyManager)Set the EncryptKeyManager.