Package | Description |
---|---|
com.groupdocs.signature.handler |
The GroupDocs.Signature.Handler namespace provides classes for input and output Data Handlers
|
Modifier and Type | Method and Description |
---|---|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptions verifyOptions)
Verify the document from stream with VerifyOptions
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptionsCollection collection)
Verify the document from file quid with list of VerifyOptions
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptionsCollection collection,
LoadOptions loadOptions)
Verify the document from file quid with list of VerifyOptions
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from stream with VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptions verifyOptions)
Verify the document from file guid with VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptionsCollection collection)
Verify the document from file quid with list of VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptionsCollection collection,
LoadOptions loadOptions)
Verify the document from file quid with list of VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from file quid with VerifyOptions and specified Load Options
|
Copyright © 2017. All rights reserved.