|
Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
| RevocationArrayInfo (const StringArray &ocsp_array, const StringArray &crl_array) | |
| Constructor, with parameters. More... | |
| RevocationArrayInfo () | |
| Constructor. | |
| RevocationArrayInfo (const RevocationArrayInfo &other) | |
| Constructor, with another revocation array information object. More... | |
| bool | operator != (const RevocationArrayInfo &other) const |
| Not equal operator. More... | |
| RevocationArrayInfo & | operator= (const RevocationArrayInfo &other) |
| Assign operator. More... | |
| bool | operator== (const RevocationArrayInfo &other) const |
| Equal operator. More... | |
| void | Set (const StringArray &ocsp_array, const StringArray &crl_array) |
| Set value. More... | |
Public Attributes | |
| StringArray | crl_array |
| An array of CRL response content. | |
| StringArray | ocsp_array |
| 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 |
Not equal operator.
| [in] | other | Another revocation array information object. This function will check if current object is not equal to this one. |
|
inline |
Assign operator.
| [in] | other | Another revocation array information object, whose value would be assigned to current object. |
|
inline |
Equal operator.
| [in] | other | Another revocation array information object. This function will check if current object is equal to this one. |
|
inline |
Set value.
| [in] | ocsp_array | An array of OCSP response content. |
| [in] | crl_array | An array of CRL response content. |