Foxit PDF RDK
RevocationArrayInfo Class Reference
Inheritance diagram for RevocationArrayInfo:
NativeObjectWrapper

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (ocsp_array, crl_array)
 Constructor, with parameters. More...
 
 Set (ocsp_array, crl_array)
 Set value. More...
 
- Public Member Functions inherited from NativeObjectWrapper
 constructor (r)
 
 GetPointerAsNumber ()
 

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.

Examples
/Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.

Member Function Documentation

◆ constructor()

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()

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.