Class GroupKeyEncrypted

    • Constructor Detail

      • GroupKeyEncrypted

        public GroupKeyEncrypted​(int id,
                                 byte[] key)
        Parameters:
        id - Encryption key ID.
        key - Encryption key.
    • Method Detail

      • id

        public int id()
        Returns:
        Encryption key ID.
      • key

        public byte[] key()
        Returns:
        Encryption key.