encryptString

abstract fun encryptString(plainText: String): Buffer(source)

An array of bytes representing the encrypted string.

This function will throw an error if encryption fails.