Foxit PDF SDK
foxit.pdf.RevocationArrayInfo Class Reference

Inherits SystemIDisposable.

Public Member Functions

 RevocationArrayInfo (StringArray ocsp_array, StringArray crl_array)
 Constructor, with parameters.
More...
 
 RevocationArrayInfo ()
 Constructor.

 
 RevocationArrayInfo (RevocationArrayInfo other)
 Constructor, with another revocation array information object.
More...
 
void Set (StringArray ocsp_array, StringArray crl_array)
 Set value.
More...
 

Properties

StringArraycrl_array [get, set]
 An array of CRL response content.

 
StringArrayocsp_array [get, set]
 An array of OCSP response content.

 

Detailed Description

This class represents information in array type of revocation information.

Constructor & Destructor Documentation

◆ RevocationArrayInfo() [1/2]

foxit.pdf.RevocationArrayInfo.RevocationArrayInfo ( StringArray  ocsp_array,
StringArray  crl_array 
)
inline

Constructor, with parameters.

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

◆ RevocationArrayInfo() [2/2]

foxit.pdf.RevocationArrayInfo.RevocationArrayInfo ( RevocationArrayInfo  other)
inline

Constructor, with another revocation array information object.

Parameters
[in]otherAnother revocation array information object.

Member Function Documentation

◆ Set()

void foxit.pdf.RevocationArrayInfo.Set ( StringArray  ocsp_array,
StringArray  crl_array 
)
inline

Set value.

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