Foxit PDF SDK
|
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. | |
This class represents information in array type of revocation information.
FSDK.RevocationArrayInfo.constructor | ( | ocsp_array | , |
crl_array | |||
) |
Constructor, with parameters.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |
FSDK.RevocationArrayInfo.Set | ( | ocsp_array | , |
crl_array | |||
) |
Set value.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |