Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._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. | |
This class represents a cert-issuer pair.
def FoxitPDFSDKPython2.CertIssuerPair.CertIssuerPair | ( | other | ) |
Constructor, with another cert-issuer pair object.
[in] | other | Another cert-issuer pair object. |
def FoxitPDFSDKPython2.CertIssuerPair.Set | ( | cert, | |
issuer | |||
) |
Set value.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |