Operator Reference
decrypt_serialized_item (Operator)
decrypt_serialized_item
— Decrypt an encrypted item.
Signature
decrypt_serialized_item( : : EncryptedItemHandle, DecryptionParam : SerializedItemHandle)
Description
The operator decrypt_serialized_item
decrypts the encrypted item
EncryptedItemHandle
to the serialized item
SerializedItemHandle
using the secret in the dictionary
DecryptionParam
. The secret must be passed in the form of a password
string in the dictionary key 'password'.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Parameters
EncryptedItemHandle
(input_control) encrypted_item →
(handle)
Encrypted item handle.
DecryptionParam
(input_control) dict →
(handle)
Parameters for the decryption.
Default: []
SerializedItemHandle
(output_control) serialized_item →
(handle)
Serialized item handle.
Result
The operator decrypt_serialized_item
returns the value 2 (
H_MSG_TRUE)
if the
passed handles and the parameters are valid. Otherwise, an exception is
raised.
Possible Predecessors
encrypt_serialized_item
,
read_encrypted_item
Possible Successors
Module
Foundation