Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | RevocationArrayInfo (ocsp_array, crl_array) |
Constructor, with parameters. More... | |
def | Set (ocsp_array, crl_array) |
Set value. More... | |
Static Public Attributes | |
ocsp_array = _swig_property(_fsdk.RevocationArrayInfo_ocsp_array_get, _fsdk.RevocationArrayInfo_ocsp_array_set) | |
An array of OCSP response content. | |
This class represents information in array type of revocation information.
def FoxitPDFSDKPython2.RevocationArrayInfo.RevocationArrayInfo | ( | ocsp_array, | |
crl_array | |||
) |
Constructor, with parameters.
Constructor, with another revocation array information object.
Constructor.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |
[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. |