Foxit PDF SDK
foxit.pdf.RevocationArrayInfo Class Reference

Inherits SystemIDisposable.

Public Member Functions

 RevocationArrayInfo (byte[][] ocsp_array, byte[][] crl_array)
 Constructor, with parameters. More...
 
 RevocationArrayInfo ()
 Constructor.
 
 RevocationArrayInfo (RevocationArrayInfo other)
 Constructor, with another revocation array information object. More...
 
void Set (byte[][] ocsp_array, byte[][] crl_array)
 Set value. More...
 

Properties

byte [][] crl_array [get, set]
 An array of CRL response content.
 
byte [][] 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

◆ RevocationArrayInfo() [1/2]

foxit.pdf.RevocationArrayInfo.RevocationArrayInfo ( byte  ocsp_array[][],
byte  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 ( byte  ocsp_array[][],
byte  crl_array[][] 
)
inline

Set value.

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