encrypt_serialized_itemπ
Short descriptionπ
encrypt_serialized_item β Encrypt a serialized item.
Signatureπ
encrypt_serialized_item( serialized_item SerializedItemHandle, dict EncryptionParam, out encrypted_item EncryptedItemHandle )
Descriptionπ
The operator encrypt_serialized_item encrypts the serialized item
SerializedItemHandle to the encrypted item
EncryptedItemHandle using the secret in the dictionary
EncryptionParam. The secret must be passed in the form of a password
string in the dictionary key βpasswordβ.
Execution informationπ
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π
SerializedItemHandle (input_control) serialized_item β (handle)
Serialized item handle.
EncryptionParam (input_control) dict β (handle)
Parameters for the encryption.
Default: []
EncryptedItemHandle (output_control) encrypted_item β (handle)
Encrypted item handle.
Resultπ
The operator encrypt_serialized_item returns the value 2 (H_MSG_TRUE) if the
passed handles and the parameters are valid. Otherwise, an exception is
raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
Possible successors
Moduleπ
Foundation