Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | CertIssuerPair (cert, issuer) |
Constructor, with parameters. More... | |
def | Set (cert, issuer) |
Set value. More... | |
Static Public Attributes | |
cert = _swig_property(_fsdk.CertIssuerPair_cert_get, _fsdk.CertIssuerPair_cert_set) | |
Certificate content. | |
This class represents a cert-issuer pair.
def FoxitPDFSDKPython3.CertIssuerPair.CertIssuerPair | ( | cert, | |
issuer | |||
) |
Constructor, with parameters.
Constructor, with another cert-issuer pair object.
Constructor.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |
[in] | other | Another cert-issuer pair object. |
def FoxitPDFSDKPython3.CertIssuerPair.Set | ( | cert, | |
issuer | |||
) |
Set value.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |