Foxit PDF SDK
FSDK.RevocationArrayInfo Class Reference

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (ocsp_array, crl_array)
 Constructor, with parameters. More...
 
 Set (ocsp_array, crl_array)
 Set value. More...
 

Public Attributes

 crl_array
 An array of CRL response content.
 
 ocsp_array
 An array of OCSP response content.
 

Detailed Description

This class represents information in array type of revocation information.

Member Function Documentation

◆ constructor()

FSDK.RevocationArrayInfo.constructor ( ocsp_array  ,
crl_array   
)

Constructor, with parameters.

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

◆ Set()

FSDK.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.