SecureBlackbox 2020 Java Edition

Questions / Feedback?

SignatureType Property

The signature type to employ when signing the document.

Syntax

public int getSignatureType();
public void setSignatureType(int signatureType);

Enumerated values: public final static int cxstDetached = 1; public final static int cxstEnveloping = 2; public final static int cxstEnveloped = 4;

Default Value

4

Remarks

This property specifies the signature type to be used when signing the document.

Supported values:

cxstDetached1Specifies whether a detached signature should be produced. I.e., a signature which is kept separately from the signed document.
cxstEnveloping2Specifies whether an enveloping signature should be produced.
cxstEnveloped4Specifies whether an enveloped signature should be produced.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Java Edition - Version 20.0 [Build 8156]