| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.encryption |
Encryption manager classes.
|
| org.apache.ignite.internal.processors.cache.persistence.file |
| Modifier and Type | Method and Description |
|---|---|
@Nullable GroupKey |
EncryptionCacheKeyProvider.getActiveKey(int grpId)
Returns group encryption key, that was set for writing.
|
@Nullable GroupKey |
GridEncryptionManager.getActiveKey(int grpId)
Returns group encryption key, that was set for writing.
|
@Nullable GroupKey |
EncryptionCacheKeyProvider.groupKey(int grpId,
int keyId)
Returns group encryption key with specified ID.
|
@Nullable GroupKey |
GridEncryptionManager.groupKey(int grpId,
int keyId)
Returns group encryption key with specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionUtil.decrypt(ByteBuffer encrypted,
ByteBuffer destBuf,
GroupKey grpKey) |
void |
EncryptionUtil.encrypt(ByteBuffer srcBuf,
ByteBuffer res,
GroupKey grpKey) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021