VaultMobileSDK  18R3
iOS framework for Vault API
Classes | Typedefs
VEVVaultCrypt.h File Reference

Go to the source code of this file.

Classes

class  VEVVaultCrypt
 A singleton class that provides convenience methods for encrypting and decrypting locally stored files. More...
 

Typedefs

typedef void(^ VEVVaultCryptResultHandler) (NSError *_Nullable error)
 The block type used to call back to the application after performing encryption or decryption. More...
 

Detailed Description

Typedef Documentation

◆ VEVVaultCryptResultHandler

typedef void(^ VEVVaultCryptResultHandler) (NSError *_Nullable error)

The block type used to call back to the application after performing encryption or decryption.

Parameters
errorThe error object in the event an error occurred during the request.