Skip to content

Interface ZIF_LLM_ENCRYPTION

AI Generated documentation.

Overview

The zif_llm_encryption interface defines a contract for encryption and decryption operations with the following key methods:

  1. decrypt
  2. Purpose: Decrypts an encrypted secret
  3. Input: Encrypted data as xstring
  4. Output: Decrypted data as string
  5. Potential Exceptions:

    • zcx_llm_validation
    • zcx_llm_authorization
  6. encrypt

  7. Purpose: Encrypts an unencrypted secret
  8. Input: Unencrypted data as string
  9. Output: Encrypted data as xstring
  10. Potential Exceptions:

    • zcx_llm_validation
    • zcx_llm_authorization

Dependencies

No explicit dependencies are defined in the interface signature.