Uses of Interface
io.ebean.config.Encryptor
Packages that use Encryptor
-
Uses of Encryptor in io.ebean.config
Methods in io.ebean.config that return EncryptorModifier and TypeMethodDescriptionDatabaseConfig.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 EncryptorModifier and TypeMethodDescriptionvoidDatabaseConfig.setEncryptor(Encryptor encryptor) Set the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).