Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithCert:issuer: |
Constructor, with parameters. More... | |
(id) | - initWithOther: |
Constructor, with another cert-issuer pair object. More... | |
(void) | - set:issuer: |
Set value. More... | |
Properties | |
NSData * | cert |
Certificate content. | |
NSData * | issuer |
An issuer of the certificate. | |
This class represents a cert-issuer pair.
- (id) initWithCert: | (NSData *) | cert | |
issuer: | (NSData *) | issuer | |
Constructor, with parameters.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |
- (id) initWithOther: | (FSCertIssuerPair*) | other |
Constructor, with another cert-issuer pair object.
[in] | other | Another cert-issuer pair object. |
- (void) set: | (NSData *) | cert | |
issuer: | (NSData *) | issuer | |
Set value.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |