| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptKey |
EncryptKeyManager.getEncryptKey(String tableName,
String columnName)
Return the key used to encrypt and decrypt a property mapping to the given
table and column.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Encryptor.decrypt(byte[] data,
EncryptKey key)
Decrypt the data using the key.
|
String |
Encryptor.decryptString(byte[] data,
EncryptKey key)
Decrypt the data returning a formatted string value using a key.
|
byte[] |
Encryptor.encrypt(byte[] data,
EncryptKey key)
Encrypt the data using the key.
|
byte[] |
Encryptor.encryptString(String formattedValue,
EncryptKey key)
Encrypt the formatted string value using a key.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptKey |
BeanProperty.getEncryptKey()
Return the encrypt key for the column matching this property.
|
EncryptKey |
BeanDescriptor.getEncryptKey(BeanProperty p)
Return the Encrypt key given the BeanProperty.
|
EncryptKey |
BeanDescriptorMap.getEncryptKey(String tableName,
String columnName)
Return the Encrypt key given the table and column name.
|
EncryptKey |
BeanDescriptorManager.getEncryptKey(String tableName,
String columnName)
Return the Encrypt key given the table and column name.
|
EncryptKey |
BeanDescriptor.getEncryptKey(String tableName,
String columnName)
Return the Encrypt key given the table and column name.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SimpleAesEncryptor.decrypt(byte[] data,
EncryptKey encryptKey) |
String |
SimpleAesEncryptor.decryptString(byte[] data,
EncryptKey key) |
byte[] |
SimpleAesEncryptor.encrypt(byte[] data,
EncryptKey encryptKey) |
byte[] |
SimpleAesEncryptor.encryptString(String valueFormatValue,
EncryptKey key) |
Copyright © 2014. All Rights Reserved.