| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
ServerConfig.getEncryptor()
Return the Encryptor used to encrypt data on the java client side (as
opposed to DB encryption functions).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setEncryptor(Encryptor encryptor)
Set the Encryptor used to encrypt data on the java client side (as opposed
to DB encryption functions).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAesEncryptor
Simple AES based encryption and decryption.
|
| Constructor and Description |
|---|
DataEncryptSupport(EncryptKeyManager encryptKeyManager,
Encryptor encryptor,
String table,
String column) |
Copyright © 2014. All Rights Reserved.