Handlers for DataEncryptor
The constructor
| Name | Type | Description |
|---|---|---|
| ApiKeysDialog | ApiKeysDialog | A reference to the ApiKeys dialog |
The destructor
OnErrorDecrypt handler for the DataEncryptor
| Name | Type | Description |
|---|---|---|
| err | Error or String | The error to handle |
OnErrorEncrypt handler for the DataEncryptor
OnOkDecrypt handler for the DataEncryptor
| Name | Type | Description |
|---|---|---|
| data | Uint8Array | The decrypted data to handle |
OnOkEncrypt handler for the DataEncryptor
| Name | Type | Description |
|---|---|---|
| data | Uint8Array | The encrypted data to handle |
A reference to the ApiKeys dialog