Skip to content

encryptMessageAsync

suspend fun encryptMessageAsync(clearMessage: String): String

Encrypt a clear-text string into an encrypted message, for the recipients of this session.

Return

The encrypted message

Parameters

clearMessageThe message to encrypt.

Throws

SealdException