Encrypts a given structure using the provided encryption keys.
The structure to be encrypted, which must implement the EncryptStructure interface.
EncryptStructure
A list of encryption keys used to generate the encryption key and initialization vector (IV).
The encrypted text representation of the structure.
Encrypts a given structure using the provided encryption keys.