Uses of Interface
io.ebean.config.Encryptor
-
Uses of Encryptor in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getEncryptor()
Return the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setEncryptor
(Encryptor encryptor) Set the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).