|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbEncrypt | |
|---|---|
| com.avaje.ebean.config | Configuration settings for EbeanServer construction |
| com.avaje.ebean.config.dbplatform | Database platform specific support |
| Uses of DbEncrypt in com.avaje.ebean.config |
|---|
| Methods in com.avaje.ebean.config that return DbEncrypt | |
|---|---|
DbEncrypt |
ServerConfig.getDbEncrypt()
Return the DbEncrypt used to encrypt and decrypt properties. |
| Methods in com.avaje.ebean.config with parameters of type DbEncrypt | |
|---|---|
void |
ServerConfig.setDbEncrypt(DbEncrypt dbEncrypt)
Set the DbEncrypt used to encrypt and decrypt properties. |
| Uses of DbEncrypt in com.avaje.ebean.config.dbplatform |
|---|
| Classes in com.avaje.ebean.config.dbplatform that implement DbEncrypt | |
|---|---|
class |
AbstractDbEncrypt
Base type for DB platform specific Encryption. |
class |
H2DbEncrypt
H2 encryption support via encrypt decrypt function. |
class |
MySqlDbEncrypt
MySql aes_encrypt aes_decrypt based encryption support. |
class |
Oracle10DbEncrypt
Oracle encryption support. |
class |
PostgresDbEncrypt
Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support. |
| Methods in com.avaje.ebean.config.dbplatform that return DbEncrypt | |
|---|---|
DbEncrypt |
DatabasePlatform.getDbEncrypt()
Return the DbEncrypt handler for this DB platform. |
| Methods in com.avaje.ebean.config.dbplatform with parameters of type DbEncrypt | |
|---|---|
void |
DatabasePlatform.setDbEncrypt(DbEncrypt dbEncrypt)
Set the DbEncrypt handler for this DB platform. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||