bigframes.bigquery.deterministic_decrypt_bytes#
- bigframes.bigquery.deterministic_decrypt_bytes(keyset: Series | Expression | Literal[Sentinel.ARGUMENT_DEFAULT] | bytes | dict, ciphertext: Series | Expression | Literal[Sentinel.ARGUMENT_DEFAULT] | bytes, additional_data: Series | Expression | Literal[Sentinel.ARGUMENT_DEFAULT] | bytes) Series | Expression[source]#
Uses the matching key from keyset to decrypt ciphertext and verifies the integrity of the data using additional_data. Returns an error if decryption fails.