Decrypts and validates a job request envelope inside the enclave.
Base64 iv || ephemPub || ct || mac ciphertext.
iv || ephemPub || ct || mac
Enclave key bytes, supplied as Uint8Array so the agent can zero them after use.
Uint8Array
Injected ECIES implementation.
The validated request envelope exactly as parsed from plaintext.
If plaintext is malformed or fails schema validation.
If ciphertext decoding or ECIES decryption fails.
Decrypts and validates a job request envelope inside the enclave.