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.
- EqlEncrypted
Body - Contains the encrypted ciphertext and associated cryptographic indexes.
- EqlEncrypted
Indexes - 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§
- Encrypt
Error - Errors that can occur during EQL encryption, decryption, and index operations.
- EqlEncryption
Spec EqlEncryptionspecifies what to encrypt when encryptingencryption::Plaintextvalues.- ForQuery
- Specifies the type of encrypted index to generate for query operations.
Constants§
- EQL_
SCHEMA_ VERSION - The current version of the EQL schema format.
Functions§
- to_
eql_ encrypted - Converts an
Encryptedvalue into anEqlEncryptedstructure. - to_
eql_ encrypted_ from_ index_ term - Converts an
IndexTerminto anEqlEncryptedstructure.