Library
Instance Methods | Class Methods | List of all members
NSData(Additions) Category Reference

Instance Methods

(NSData *) - SOSignAES256EncryptWithKey:
 
(NSData *) - SOSignAES256DecryptWithKey:
 

Class Methods

(NSData *) + SOSignRandomDataOfLength:
 
(NSData *) + SOSignEncryptWithPublicKeyMessage:raw:certificatePath:
 

Method Documentation

- (NSData *) SOSignAES256DecryptWithKey: (NSData*)  key

SOSign (library) AES (Advanced Encryption Standard) with 256 Bit decrypt with the key

Parameters
key
Returns
data
- (NSData *) SOSignAES256EncryptWithKey: (NSData*)  key

SOSign (library) AES (Advanced Encryption Standard) with 256 Bit encrypt with the key

Parameters
key
Returns
nil
+ (NSData *) SOSignEncryptWithPublicKeyMessage: (NSData *)  inputData
raw: (BOOL)  raw
certificatePath: (NSString*)  certPath 

SOSign (library) encrypt with a public key a message

Parameters
inputData
raw
certPath
Returns
d = dataWithBytes
+ (NSData *) SOSignRandomDataOfLength: (size_t)  length

SOSign (library) take a random date for the length

Parameters
length
Returns
data

The documentation for this category was generated from the following files: