Package | Description |
---|---|
com.groupdocs.signature |
The GroupDocs.Signature namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.
|
com.groupdocs.signature.options.verify |
The GroupDocs.Signature.Options.Verify namespace provides classes for working with Verification options
|
com.groupdocs.signature.options.verifyextensions |
The GroupDocs.Signature.Options.VerifyExtensions namespace provides classes for working with VerifyExtensions options.
|
Modifier and Type | Method and Description |
---|---|
VerificationResult |
Signature.verify(VerifyOptions verifyOptions)
Verifies the document signatures with given VerifyOptions data.
|
Modifier and Type | Method and Description |
---|---|
VerificationResult |
Signature.verify(List<VerifyOptions> verifyOptionsList)
Verifies the document signatures with list of VerifyOptions data.
|
Modifier and Type | Class and Description |
---|---|
class |
BarcodeVerifyOptions
Represents the Barcode verify options.
|
class |
DigitalVerifyOptions
Keeps options to verify document Digital signature.
|
class |
QrCodeVerifyOptions
Keeps options to verify document QR-code signature.
|
class |
TextVerifyOptions
Keeps options to verify document Text signature.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifyExtensions.setOptions(VerifyOptions value)
Deprecated.
|