Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(NSString *) | - getDecryptionKey:password: |
Get the decryption key. More... | |
(id) | - initWithBuffer: |
Constructor, from a buffer of envelope data which represents PKCS#12 in binary. More... | |
(id) | - initWithCertFilePath: |
Constructor, from an existing certificate file path. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with another envelope object. More... | |
(id) | - NS_UNAVAILABLE |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
This class represents data of an envelope which would be used in certificate encryption.
- (void) dealloc |
Reimplemented from FSBase.
- (void*) getCptr |
Reimplemented from FSBase.
- (NSString *) getDecryptionKey: | (NSString *) | p12FilePath | |
password: | (NSString *) | password | |
Get the decryption key.
[in] | p12FilePath | A full path of a .p12 file. It should not be an empty string. |
[in] | password | The password string for .p12 file. |
- (id) initWithBuffer: | (NSData *) | buffer |
Constructor, from a buffer of envelope data which represents PKCS#12 in binary.
[in] | buffer | A buffer of envelope data which represents PKCS#12 in binary. |
- (id) initWithCertFilePath: | (NSString *) | certFilePath |
Constructor, from an existing certificate file path.
[in] | certFilePath | A full path of an existing certificate file(.cer file). It should not be an empty string. |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (id) initWithOther: | (FSEnvelope*) | other |
Constructor, with another envelope object.
- (id) NS_UNAVAILABLE |