Signature
Overview
Signature is a class in Aspose.PDF FOSS for C++.
Signature objects allow creation and verification of detached PKCS#7 signatures on PDF documents.
This class provides 23 methods for working with Signature objects in C++ programs.
Available methods include: Authority, AvoidEstimatingSignatureLength, ByteRange, ContactInfo, CustomAppearance, DefaultSignatureLength, Location, Reason, ShowProperties, Signature, UseLtv, Verify, and 1 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Signature() | Calls Signature on this Signature instance. |
~Signature() | Calls ~Signature on this Signature instance. |
Verify() → bool | Calls Verify on this Signature instance. |
CustomAppearance() → SignatureCustomAppearance | Calls CustomAppearance on this Signature instance. |
CustomAppearance() → SignatureCustomAppearance | |
CustomAppearance(value: SignatureCustomAppearance) | Calls CustomAppearance(value) on this Signature instance. |
Authority() → std::string | Calls Authority on this Signature instance. |
Authority(value: std::string) | Calls Authority(value) on this Signature instance. |
Location() → std::string | Calls Location on this Signature instance. |
Location(value: std::string) | Calls Location(value) on this Signature instance. |
Reason() → std::string | Calls Reason on this Signature instance. |
Reason(value: std::string) | Calls Reason(value) on this Signature instance. |
ContactInfo() → std::string | Calls ContactInfo on this Signature instance. |
ContactInfo(value: std::string) | Calls ContactInfo(value) on this Signature instance. |
ByteRange() → std::vector<int> | Calls ByteRange on this Signature instance. |
UseLtv() → bool | Calls UseLtv on this Signature instance. |
UseLtv(value: bool) | Calls UseLtv(value) on this Signature instance. |
AvoidEstimatingSignatureLength() → bool | Calls AvoidEstimatingSignatureLength on this Signature instance. |
AvoidEstimatingSignatureLength(value: bool) | Calls AvoidEstimatingSignatureLength(value) on this Signature instance. |
DefaultSignatureLength() → int | Calls DefaultSignatureLength on this Signature instance. |
DefaultSignatureLength(value: int) | Calls DefaultSignatureLength(value) on this Signature instance. |
ShowProperties() → bool | Calls ShowProperties on this Signature instance. |
ShowProperties(value: bool) | Calls ShowProperties(value) on this Signature instance. |