java.lang.Object
io.ebean.config.dbplatform.AbstractDbEncrypt
io.ebean.platform.postgres.PostgresDbEncrypt
- All Implemented Interfaces:
DbEncrypt
Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.
-
Field Summary
Fields inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
dateEncryptFunction, timestampEncryptFunction, varcharEncryptFunction -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType, isBindEncryptDataFirst
-
Constructor Details
-
PostgresDbEncrypt
public PostgresDbEncrypt()
-