IPWorks Encrypt 2020 Android Edition

Questions / Feedback?

DetachedSignature Property

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

Syntax

public boolean isDetachedSignature();
public void setDetachedSignature(boolean detachedSignature);

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.

Default Value

False

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