Class GroupKey


  • public class GroupKey
    extends Object
    Cache group encryption key with identifier.
    • Constructor Detail

      • GroupKey

        public GroupKey​(int id,
                        Serializable key)
        Parameters:
        id - Encryption key ID.
        key - Encryption key.
    • Method Detail

      • id

        public byte id()
        Returns:
        Encryption key ID.
      • unsignedId

        public int unsignedId()
        Returns:
        Unsigned encryption key ID.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object