Foxit PDF SDK
|
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. | |
This class represents information in array type of revocation information.
|
inline |
Constructor, with parameters.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |
|
inline |
Constructor, with another revocation array information object.
[in] | other | Another revocation array information object. |
|
inline |
Set value.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |