encryptBlocking

open override fun encryptBlocking(plaintext: ByteArray): ByteArray(source)
open override fun encryptBlocking(plaintext: ByteString): ByteString(source)
abstract fun encryptBlocking(plaintext: ByteArray, associatedData: ByteArray?): ByteArray(source)
open fun encryptBlocking(plaintext: ByteString, associatedData: ByteString?): ByteString(source)