| Package | Description |
|---|---|
| com.bol.crypt | |
| com.bol.secure |
| Modifier and Type | Method and Description |
|---|---|
CryptVault |
CryptVault.with256BitAesCbcPkcs5PaddingAnd128BitSaltKey(int version,
byte[] secret)
Helper method for the most used case.
|
CryptVault |
CryptVault.withDefaultKeyVersion(int defaultVersion)
specifies the version used in encrypting new data.
|
CryptVault |
CryptVault.withKey(int version,
CryptVersion cryptVersion) |
| Modifier and Type | Field and Description |
|---|---|
protected CryptVault |
AbstractEncryptionEventListener.cryptVault |
| Constructor and Description |
|---|
AbstractEncryptionEventListener(CryptVault cryptVault) |
CachedEncryptionEventListener(CryptVault cryptVault) |
ReflectionEncryptionEventListener(CryptVault cryptVault) |
Copyright © 2018. All rights reserved.