Class GroupKeyEncrypted
- java.lang.Object
-
- org.apache.ignite.internal.managers.encryption.GroupKeyEncrypted
-
- All Implemented Interfaces:
Serializable
public class GroupKeyEncrypted extends Object implements Serializable
Cache group encryption key with identifier. Key is encrypted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupKeyEncrypted(int id, byte[] key)
-