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