Developers SDK

VPNUStorage

Special class which can be used to save account-specific information on disk.
Discussion

Use this class if you want to save any information which is specific for an account described by VPNUAccountUserInfo. This class also provides an interface to save data securely using methods which use encryption and decryption.

attention: The class uses NSUserDefaults internally. If you clear the defaults associated with the intance of this class (generally standardUserDefaults), all stored values (including encrypted) will be lost.

Extends: NSObject

Declared in: VPNUStorage.h

Class Methods

Instance Methods