Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
(id) | - initWithCptr:swigOwnCObject: |
(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... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
NSArray< NSData * > * | crl_array |
An array of CRL response content. More... | |
NSArray< NSData * > * | ocsp_array |
An array of OCSP response content. More... | |
This class represents information in array type of revocation information.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
An array of CRL response content.
|
readwritenonatomiccopy |
An array of OCSP response content.