Foxit PDF SDK
9.1
|
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... | |
This class represents a cert-issuer pair.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
- (id) initWithCert: | (NSString *) | cert | |
issuer: | (NSString *) | issuer | |
Constructor, with parameters.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithOther: | (FSCertIssuerPair*) | other |
Constructor, with another cert-issuer pair object.
[in] | other | Another cert-issuer pair object. |
- (void) set: | (NSString *) | cert | |
issuer: | (NSString *) | issuer | |
Set value.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
Certificate content.
|
readwritenonatomiccopy |
An issuer of the certificate.