public class SignatureOptions extends Object
This class allow the user to specify additional options when sign a message.
| Constructor and Description |
|---|
SignatureOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDetached()
If detached is true, the signature is detached.If detached is false(the default), the signature is not detached.
|
void |
setDetached(boolean value)
If detached is true, the signature is detached.If detached is false(the default), the signature is not detached.
|
public final boolean getDetached()
If detached is true, the signature is detached.If detached is false(the default), the signature is not detached.
public final void setDetached(boolean value)
If detached is true, the signature is detached.If detached is false(the default), the signature is not detached.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.