Module eql

Module eql 

Expand description

Types for representing EQL payloads and supporting serde helpers.

Modules§

formats
Custom serialization formats for EQL types.

Structs§

EqlEncrypted
Represents encrypted data in the EQL format.
EqlEncryptedBody
Contains the encrypted ciphertext and associated cryptographic indexes.
EqlEncryptedIndexes
Collection of all possible cryptographic indexes for encrypted data.
Identifier
Identifies a specific database table and column pair.
Plaintext
Represents plaintext data before encryption in the EQL (Encrypted Query Language) system.

Enums§

ForQuery
Specifies the type of encrypted index to generate for query operations.