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