|
FoxitPDFSDKforWeb v11.1.0
Foxit PDF SDK for Web
|
Information about the signer. More...
Public Attributes | |
| string | filter |
| The security handler used for the signature, for example: "Adobe.PPKLite". More... | |
| DigestSignHandler | sign |
| Digest and sign handler. | |
| string | signer |
| Indicates the name or identifier of the signer or the system that performed the signing. | |
| string | subfilter |
| Defines the format used for public key signatures within the security handler, for example: adbe.pkcs7.sha1. More... | |
| string | type |
| The type of the item, which is always "signer". This property is used to identify the item as a signer information object within a list of signing settings. More... | |
| string SignerInfo::filter |
The security handler used for the signature, for example: "Adobe.PPKLite".
This field indicates the type of cryptographic security handler used to create the signature. It's crucial for determining how the signature should be processed or verified.
| string SignerInfo::subfilter |
Defines the format used for public key signatures within the security handler, for example: adbe.pkcs7.sha1.
This property specifies the particular sub-type of signature format. The example value indicates a PKCS#7 signature with SHA-1 hashing
| string SignerInfo::type |
The type of the item, which is always "signer". This property is used to identify the item as a signer information object within a list of signing settings.