FoxitPDFSDKforWeb v11.1.0
Foxit PDF SDK for Web
SignerInfo Interface Reference

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...
 

Detailed Description

Information about the signer.

Since
11.1.0
See also
SignatureWorkflowService.addSignerInfo

Member Data Documentation

◆ filter

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.

◆ subfilter

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

◆ type

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.

See also
SigningWorkflowHandler

Foxit Software Corporation Logo
@2026 Foxit Software Incorporated. All rights reserved.