Skip to content

decryptMessageAsync ​

suspend fun decryptMessageAsync(encryptedMessage: String): String

Decrypt an encrypted message string into the corresponding clear-text string.

Return ​

The decrypted clear-text message.

Parameters ​

encryptedMessageThe encrypted message to decrypt.

Throws ​

SealdException