IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

detached_signature Property

Specifies whether to include a detached signature when signing a message.

Syntax

def get_detached_signature() -> bool: ...
def set_detached_signature(value: bool) -> None: ...

detached_signature = property(get_detached_signature, set_detached_signature)

Default Value

FALSE

Remarks

This property specifies whether the sign operation products a message that includes both a signature and the message data, or just a signature.

When set to False default the output message holds the data and signature in one CMS message. This may be passed in its entirety to the receiving party for signature verification.

When set to True the output message holds only a signature in the CMS message. Both the original input data and the signature in the output message produced by the sign operation must be passed to the receiving party for signature verification.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]