Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cpp/src/parquet/encryption/external/dbpa_executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class DBPAExecutor : public DataBatchProtectionAgentInterface {
* Encrypt the provided plaintext
* Executes with timeout - original exceptions preserved
* @param plaintext The data to encrypt
* @param encoding_attributes The encoding attributes to use for encryption
* @return Unique pointer to EncryptionResult
* @throws DBPAExecutorTimeoutException if operation times out
* @throws Original exceptions from wrapped agent (unchanged!)
Expand All @@ -92,6 +93,7 @@ class DBPAExecutor : public DataBatchProtectionAgentInterface {
* Decrypt the provided ciphertext
* Executes with timeout - original exceptions preserved
* @param ciphertext The data to decrypt
* @param encoding_attributes The encoding attributes to use for decryption
* @return Unique pointer to DecryptionResult
* @throws DBPAExecutorTimeoutException if operation times out
* @throws Original exceptions from wrapped agent (unchanged!)
Expand Down
Loading