Foxit PDF SDK
FoxitPDFSDKPython2.CertIssuerPair Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def CertIssuerPair (cert, issuer)
 Constructor, with parameters. More...
 
def CertIssuerPair ()
 Constructor.
 
def CertIssuerPair (other)
 Constructor, with another cert-issuer pair object. More...
 
def Set (cert, issuer)
 Set value. More...
 

Static Public Attributes

 cert = _fsdk.CertIssuerPair_cert
 Certificate content.
 
 issuer = _fsdk.CertIssuerPair_issuer
 An issuer of the certificate.
 

Detailed Description

This class represents a cert-issuer pair.

Constructor & Destructor Documentation

◆ CertIssuerPair() [1/2]

def FoxitPDFSDKPython2.CertIssuerPair.CertIssuerPair (   cert,
  issuer 
)

Constructor, with parameters.

Parameters
[in]certCertificate content.
[in]issuerAn issuer for the certificate.

◆ CertIssuerPair() [2/2]

def FoxitPDFSDKPython2.CertIssuerPair.CertIssuerPair (   other)

Constructor, with another cert-issuer pair object.

Parameters
[in]otherAnother cert-issuer pair object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.CertIssuerPair.Set (   cert,
  issuer 
)

Set value.

Parameters
[in]certCertificate content.
[in]issuerAn issuer for the certificate.
Returns
None.