Package | Description |
---|---|
org.apache.ignite.spi.encryption.keystore |
Contains encryption SPI implementation based on standard jdk keystore.
|
Modifier and Type | Method and Description |
---|---|
KeystoreEncryptionKey |
KeystoreEncryptionSpi.create()
Creates new key for an encryption/decryption of cache persistent data: pages, WAL records.
|
KeystoreEncryptionKey |
KeystoreEncryptionSpi.decryptKey(byte[] key)
Decrypts key and checks it integrity.
|
KeystoreEncryptionKey |
KeystoreEncryptionSpi.decryptKey(byte[] data,
String masterKeyName)
Decrypts key and checks its integrity using the master key specified by name.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024