Adobe DPS - Library and Store SDK 2.32

Class adobeDPS-EncryptedStorageOptions

Platforms:
iOS

This class defines the options for EncryptedStorageService sessions. It is used when calling setSessionOptions().
Accessible from adobeDPS.encryptedStorageService.EncryptedStorageOptions.

Constructor

adobeDPS-EncryptedStorageOptions(retainPassword:boolean, closeOnBackgrounding:boolean)
[inner] Create an instance of EncryptedStorageOptions.

Fields

Field Defined By
retainPassword : boolean
If true, then passwords supplied to open() and changePassword() will be stored in the native secure password store for subsequent use; otherwise passwords will not be saved and any password in the secure store will be removed.
EncryptedStorageOptions
If true, then the encrypted store will automatically be closed when the Viewer is sent to the background, and open() will need to be called again to access its contents; otherwise, no automatic closing is performed.
EncryptedStorageOptions
Class Detail
adobeDPS-EncryptedStorageOptions(retainPassword:boolean, closeOnBackgrounding:boolean)
[inner] Create an instance of EncryptedStorageOptions.
Parameters
retainPassword boolean If true, then passwords supplied to open() and changePassword() will be stored in the native secure password store for subsequent use; otherwise passwords will not be saved and any password in the secure store will be removed.
closeOnBackgrounding boolean If true, then the encrypted store will automatically be closed when the Viewer is sent to the background, and open() will need to be called again to access its contents; otherwise no such automatic closing is performed.
Field Details
retainPassword : boolean
If true, then passwords supplied to open() and changePassword() will be stored in the native secure password store for subsequent use; otherwise passwords will not be saved and any password in the secure store will be removed.
closeOnBackgrounding : boolean
If true, then the encrypted store will automatically be closed when the Viewer is sent to the background, and open() will need to be called again to access its contents; otherwise, no automatic closing is performed.
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:26 GMT-0700 (PDT)