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

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 
(id) - initWithCert:issuer:
 Constructor, with parameters.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithOther:
 Constructor, with another cert-issuer pair object.
More...
 
(void) - set:issuer:
 Set value.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

Properties

NSString * cert
 Certificate content.
More...
 
NSString * issuer
 An issuer of the certificate.
More...
 

Detailed Description

This class represents a cert-issuer pair.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

◆ initWithCert:issuer:

- (id) initWithCert: (NSString *)  cert
issuer: (NSString *)  issuer 

Constructor, with parameters.

Parameters
[in]certCertificate content.
[in]issuerAn issuer for the certificate.

◆ initWithCptr:swigOwnCObject:

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

◆ initWithOther:

- (id) initWithOther: (FSCertIssuerPair*)  other

Constructor, with another cert-issuer pair object.

Parameters
[in]otherAnother cert-issuer pair object.

◆ set:issuer:

- (void) set: (NSString *)  cert
issuer: (NSString *)  issuer 

Set value.

Parameters
[in]certCertificate content.
[in]issuerAn issuer for the certificate.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ cert

- (NSString *) cert
readwritenonatomiccopy

Certificate content.

◆ issuer

- (NSString *) issuer
readwritenonatomiccopy

An issuer of the certificate.