Uses of Interface
org.apache.ignite.IgniteEncryption
-
Packages that use IgniteEncryption Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers.encryption Encryption manager classes. -
-
Uses of IgniteEncryption in org.apache.ignite
Methods in org.apache.ignite that return IgniteEncryption Modifier and Type Method Description IgniteEncryptionIgnite. encryption()Gets an instance ofIgniteEncryptioninterface. -
Uses of IgniteEncryption in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteEncryption Modifier and Type Method Description IgniteEncryptionIgniteKernal. encryption()Gets an instance ofIgniteEncryptioninterface. -
Uses of IgniteEncryption in org.apache.ignite.internal.managers.encryption
Classes in org.apache.ignite.internal.managers.encryption that implement IgniteEncryption Modifier and Type Class Description classGridEncryptionManagerManages cache keys andEncryptionSpiinstances.
-