Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
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

StringArray crl_array [get, set]
 An array of CRL response content.
 
StringArray ocsp_array [get, set]
 An array of OCSP response content.
 

Detailed Description

This class represents information in array type of revocation information.

Constructor & Destructor Documentation

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.
foxit.pdf.RevocationArrayInfo.RevocationArrayInfo ( RevocationArrayInfo  other)
inline

Constructor, with another revocation array information object.

Parameters
[in]otherAnother revocation array information object.

Member Function Documentation

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.