Foxit PDF SDK  9.1
FSRevocationArrayInfo Class Reference
Inheritance diagram for FSRevocationArrayInfo:

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...
 

Detailed Description

This class represents information in array type of revocation information.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithOcsp_array:crl_array:

- (id) initWithOcsp_array: (NSArray<NSData *> *)  ocsp_array
crl_array: (NSArray<NSData *> *)  crl_array 

Constructor, with parameters.

Parameters
[in]ocsp_arrayAn array of OCSP response content.
[in]crl_arrayAn array of CRL response content.

◆ initWithOther:

- (id) initWithOther: (FSRevocationArrayInfo*)  other

Constructor, with another revocation array information object.

Parameters
[in]otherAnother revocation array information object.

◆ set:crl_array:

- (void) set: (NSArray<NSData *> *)  ocsp_array
crl_array: (NSArray<NSData *> *)  crl_array 

Set value.

Parameters
[in]ocsp_arrayAn array of OCSP response content.
[in]crl_arrayAn array of CRL response content.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ crl_array

- (NSArray< NSData * > *) crl_array
readwritenonatomiccopy

An array of CRL response content.

◆ ocsp_array

- (NSArray< NSData * > *) ocsp_array
readwritenonatomiccopy

An array of OCSP response content.