- (NSData *) SOSignAES256DecryptWithKey: |
|
(NSData*) |
key |
|
SOSign (library) AES (Advanced Encryption Standard) with 256 Bit decrypt with the key
- Parameters
-
- Returns
- data
- (NSData *) SOSignAES256EncryptWithKey: |
|
(NSData*) |
key |
|
SOSign (library) AES (Advanced Encryption Standard) with 256 Bit encrypt with the key
- Parameters
-
- Returns
- nil
+ (NSData *) SOSignEncryptWithPublicKeyMessage: |
|
(NSData *) |
inputData |
raw: |
|
(BOOL) |
raw |
certificatePath: |
|
(NSString*) |
certPath |
|
|
| |
SOSign (library) encrypt with a public key a message
- Parameters
-
- Returns
- d = dataWithBytes
+ (NSData *) SOSignRandomDataOfLength: |
|
(size_t) |
length |
|
SOSign (library) take a random date for the length
- Parameters
-
- Returns
- data
The documentation for this category was generated from the following files: