Foxit PDF SDK
FoxitPDFSDKPython2.RevocationArrayInfo Class Reference

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.
 

Detailed Description

This class represents information in array type of revocation information.

Constructor & Destructor Documentation

◆ RevocationArrayInfo()

def FoxitPDFSDKPython2.RevocationArrayInfo.RevocationArrayInfo (   ocsp_array,
  crl_array 
)

Constructor, with parameters.

Constructor, with another revocation array information object.

Constructor.

Parameters
[in]ocsp_arrayAn array of OCSP response content.
[in]crl_arrayAn array of CRL response content.
[in]otherAnother revocation array information object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.RevocationArrayInfo.Set (   ocsp_array,
  crl_array 
)

Set value.

Parameters
[in]ocsp_arrayAn array of OCSP response content.
[in]crl_arrayAn array of CRL response content.
Returns
None.