|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithOcsp_array:crl_array: |
| Constructor, with parameters. More... | |
| (id) | - initWithOther: |
| Constructor, with another revocation array information object. More... | |
| (void) | - set:crl_array: |
| Set value. More... | |
Properties | |
| NSArray< NSData * > * | crl_array |
| An array of CRL response content. | |
| NSArray< NSData * > * | ocsp_array |
| An array of OCSP response content. | |
This class represents information in array type of revocation information.
| - (id) initWithOcsp_array: | (NSArray<NSData *> *) | ocsp_array | |
| crl_array: | (NSArray<NSData *> *) | crl_array | |
Constructor, with parameters.
| [in] | ocsp_array | An array of OCSP response content. |
| [in] | crl_array | An array of CRL response content. |
| - (id) initWithOther: | (FSRevocationArrayInfo*) | other |
Constructor, with another revocation array information object.
| [in] | other | Another revocation array information object. |
| - (void) set: | (NSArray<NSData *> *) | ocsp_array | |
| crl_array: | (NSArray<NSData *> *) | crl_array | |
Set value.
| [in] | ocsp_array | An array of OCSP response content. |
| [in] | crl_array | An array of CRL response content. |