Uses of Class
org.apache.ignite.spi.encryption.keystore.KeystoreEncryptionKey
-
Packages that use KeystoreEncryptionKey Package Description org.apache.ignite.spi.encryption.keystore Contains encryption SPI implementation based on standard jdk keystore. -
-
Uses of KeystoreEncryptionKey in org.apache.ignite.spi.encryption.keystore
Methods in org.apache.ignite.spi.encryption.keystore that return KeystoreEncryptionKey Modifier and Type Method 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.
-