|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
| def | RevocationArrayInfo () |
| Constructor. | |
| def | RevocationArrayInfo (other) |
| Constructor, with another revocation array information object. More... | |
| def | Set (ocsp_array, crl_array) |
| Set value. More... | |
Static Public Attributes | |
| crl_array = _fsdk.RevocationArrayInfo_crl_array | |
| An array of CRL response content. | |
| ocsp_array = _fsdk.RevocationArrayInfo_ocsp_array | |
| An array of OCSP response content. | |
This class represents information in array type of revocation information.
| def FoxitPDFSDKPython2.RevocationArrayInfo.RevocationArrayInfo | ( | other | ) |
Constructor, with another revocation array information object.
| [in] | other | Another revocation array information object. |
| def FoxitPDFSDKPython2.RevocationArrayInfo.Set | ( | ocsp_array, | |
| crl_array | |||
| ) |
Set value.
| [in] | ocsp_array | An array of OCSP response content. |
| [in] | crl_array | An array of CRL response content. |