class EncodeResult
(source)
The result of encoding a message: its authentication tag, used to track responses, and its content as bytes.
<init> |
The result of encoding a message: its authentication tag, used to track responses, and its content as bytes. EncodeResult(authTag: Bytes, content: Bytes) |
authTag |
val authTag: Bytes |
content |
val content: Bytes |