Foxit PDF SDK
FoxitPDFSDKPython3.CertIssuerPair Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

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 = _swig_property(_fsdk.CertIssuerPair_cert_get, _fsdk.CertIssuerPair_cert_set)
 Certificate content.

 
 issuer = _swig_property(_fsdk.CertIssuerPair_issuer_get, _fsdk.CertIssuerPair_issuer_set)
 An issuer of the certificate.

 

Detailed Description

This class represents a cert-issuer pair.

Constructor & Destructor Documentation

◆ CertIssuerPair()

def FoxitPDFSDKPython3.CertIssuerPair.CertIssuerPair (   other)

Constructor, with another cert-issuer pair object.

Parameters
[in]otherAnother cert-issuer pair object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython3.CertIssuerPair.Set (   cert,
  issuer 
)

Set value.

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