SecureBlackbox 2020 Android Edition

Questions / Feedback?

SignatureType Property

Specifies the type of the signature to be made.

Syntax

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

Enumerated values: public final static int ostDefault = 0; public final static int ostBinaryCryptoAPI = 1; public final static int ostBinaryXML = 2; public final static int ostOpenXML = 3; public final static int ostOpenXPS = 4; public final static int ostOpenDocument = 5;

Remarks

Use this property to define what kind of signature should be made over the document.

ostDefault0
ostBinaryCryptoAPI1
ostBinaryXML2
ostOpenXML3
ostOpenXPS4
ostOpenDocument5

Default Value

0

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