Uses of Interface
io.ebean.config.Encryptor
Packages that use Encryptor
Package
Description
Configuration settings for Database construction
-
Uses of Encryptor in io.ebean
Modifier and TypeMethodDescriptionDatabaseBuilder.Settings.getEncryptor()
Return the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).Modifier and TypeMethodDescriptiondefault DatabaseBuilder
Set the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).DatabaseBuilder.setEncryptor
(Encryptor encryptor) Deprecated. -
Uses of Encryptor in io.ebean.config
Methods in io.ebean.config that return EncryptorMethods in io.ebean.config with parameters of type Encryptor
DatabaseBuilder.encryptor(Encryptor)
.