keySuccessCallback( key ) type

Callback function that is invoked on a successful call to EncryptedStorage.key. If the key returned is null that means the index passed to EncryptedStorage.key was out of bounds.

Syntax

keySuccessCallback( key )

Parameters

Name Type Description
key String The key corresponding to the given index.Will be null if the index passed to EncryptedStorage.key was out of bounds.

Source

encryptedstorage.js, line 324.