mdm.Encryption |
Methods |
The following table lists the methods for the Encryption class |
Method | Description | Availability |
---|---|---|
Encryption.decryptFile() | Decrypts the specified file using the specified key. The decrypted file is generated to the pat... | ![]() ![]() ![]() |
Encryption.decryptFileAsync() | Decrypts the specified file using the specified key. The decrypted file is generated to the pat... | ![]() ![]() ![]() |
Encryption.decryptString() | Decrypts the specified string using the specified key. | ![]() ![]() ![]() |
Encryption.encryptFile() | Encrypts the specified file using the specified key. The encrypted file is generated to the pat... | ![]() ![]() ![]() |
Encryption.encryptFileAsync() | Encrypts the specified file using the specified key. The encrypted file is generated to the pat... | ![]() ![]() ![]() |
Encryption.encryptString() | Encrypts the specified string using the specified key. | ![]() ![]() ![]() |
Events |
The following table lists the events for the Encryption class |
Method | Description | Availability |
---|---|---|
onComplete | Event dispatched to registered listener(s) (o... | ![]() ![]() ![]() |
onIOError | Event dispatched to registered listener(s) (o... | ![]() ![]() ![]() |