|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetCert () |
| Get certificate content. More... | |
| def | GetIssuer () |
| Get an issuer of the certificate. More... | |
| def | Set (cert, issuer) |
| Set value. More... | |
| def | SetCert (value) |
| Set certificate content. More... | |
| def | SetIssuer (value) |
| Set an issuer of the certificate. More... | |
This class represents a cert-issuer pair.
| fsdk.CertIssuerPair.GetCert | ( | ) |
Get certificate content.
| fsdk.CertIssuerPair.GetIssuer | ( | ) |
Get an issuer of the certificate.
| def fsdk.CertIssuerPair.Set | ( | cert, | |
| issuer | |||
| ) |
Set value.
| [in] | cert | Certificate content. |
| [in] | issuer | An issuer for the certificate. |
| fsdk.CertIssuerPair.SetCert | ( | value | ) |
Set certificate content.
| [in] | value | Certificate content. |
| fsdk.CertIssuerPair.SetIssuer | ( | value | ) |
Set an issuer of the certificate.
| [in] | value | An issuer of the certificate. |