Foxit PDF SDK
FoxitPDFSDKPython3.RevocationArrayInfo Class Reference

Inherits FoxitPDFSDKPython3._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 = _swig_property(_fsdk.RevocationArrayInfo_crl_array_get, _fsdk.RevocationArrayInfo_crl_array_set)
 An array of CRL response content.

 
 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 FoxitPDFSDKPython3.RevocationArrayInfo.RevocationArrayInfo (   other)

Constructor, with another revocation array information object.

Parameters
[in]otherAnother revocation array information object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython3.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.