SFCrypto Class Reference

Inherits from NSObject
Declared in SFCrypto.h

Overview

Utility class for data encryption operations.

+ baseAppIdentifier

Returns a unique identifier associated with this app install. The identifier will remain the same for the lifetime of the app’s installation on the device. If the app is uninstalled, a new identifier will be created if it is ever reinstalled.

+ (NSString *)baseAppIdentifier

Return Value

A unique identifier for the app install on the particular device.

Declared In

SFCrypto.h

+ baseAppIdentifierIsConfigured

Whether or not the base app identifier has been configured for this app install.

+ (BOOL)baseAppIdentifierIsConfigured

Return Value

YES if the base app ID has already been configured, NO otherwise.

Declared In

SFCrypto.h

+ baseAppIdentifierConfiguredThisLaunch

Whether or not the base app identifier was configured at some point during this launch of the app.

+ (BOOL)baseAppIdentifierConfiguredThisLaunch

Return Value

YES if the base app ID was configured during this app launch; NO otherwise.

Declared In

SFCrypto.h