Class DataEncryptorHandlers

Handlers for DataEncryptor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 34

Constructor

new DataEncryptorHandlers ( ApiKeysDialog )

The constructor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 48

Parameters

Name Type Description
ApiKeysDialog ApiKeysDialog

A reference to the ApiKeys dialog

Public methods

destructor ( )

The destructor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 57

onErrorDecrypt ( err )

OnErrorDecrypt handler for the DataEncryptor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 66

Parameters

Name Type Description
err Error or String

The error to handle

onErrorEncrypt ( )

OnErrorEncrypt handler for the DataEncryptor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 112

onOkDecrypt ( data )

OnOkDecrypt handler for the DataEncryptor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 81

Parameters

Name Type Description
data Uint8Array

The decrypted data to handle

onOkEncrypt ( data )

OnOkEncrypt handler for the DataEncryptor

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 101

Parameters

Name Type Description
data Uint8Array

The encrypted data to handle

Private properties

#ApiKeysDialog : ApiKeysDialog

A reference to the ApiKeys dialog

Source : file dialogs/apiKeysDialog/DataEncryptorHandlers.js at line 41