Foxit PDF SDK
FoxitPDFSDKPython2.RevocationArrayInfo Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def RevocationArrayInfo (ocsp_array, crl_array)
 Constructor, with parameters. More...
 
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.
 

Detailed Description

This class represents information in array type of revocation information.

Constructor & Destructor Documentation

◆ RevocationArrayInfo() [1/2]

def FoxitPDFSDKPython2.RevocationArrayInfo.RevocationArrayInfo (   ocsp_array,
  crl_array 
)

Constructor, with parameters.

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

◆ RevocationArrayInfo() [2/2]

def FoxitPDFSDKPython2.RevocationArrayInfo.RevocationArrayInfo (   other)

Constructor, with another revocation array information object.

Parameters
[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.