Class PostgresDbEncrypt
- java.lang.Object
-
- io.ebean.config.dbplatform.AbstractDbEncrypt
-
- io.ebean.config.dbplatform.postgres.PostgresDbEncrypt
-
- All Implemented Interfaces:
DbEncrypt
public class PostgresDbEncrypt extends AbstractDbEncrypt
Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.
-
-
Constructor Summary
Constructors Constructor Description PostgresDbEncrypt()
-
Method Summary
-
Methods inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType, isBindEncryptDataFirst
-
-
-
-
Constructor Detail
-
PostgresDbEncrypt
public PostgresDbEncrypt()
-
-