Go to the source code of this file.
|
class | VEVVaultCrypt |
| A singleton class that provides convenience methods for encrypting and decrypting locally stored files. More...
|
|
|
typedef void(^ | VEVVaultCryptResultHandler) (NSError *_Nullable error) |
| The block type used to call back to the application after performing encryption or decryption. More...
|
|
- Copyright
- Copyright © 2017 Veeva Systems, Inc. All rights reserved.
◆ VEVVaultCryptResultHandler
typedef void(^ VEVVaultCryptResultHandler) (NSError *_Nullable error) |
The block type used to call back to the application after performing encryption or decryption.
- Parameters
-
error | The error object in the event an error occurred during the request. |