Foxit PDF SDK
FSRevocationArrayInfo Class Reference

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.

 

Detailed Description

This class represents information in array type of revocation information.

Method Documentation

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