JweEncryptResult
class JweEncryptResult(val encryptedKey: ByteArray, val iv: ByteArray, val ciphertext: ByteArray, val tag: ByteArray)(source)
Holds the raw byte outputs produced by a JWE content encryption operation.
Instances are created by co.touchlab.kjwt.processor.JweProcessor implementations and consumed by co.touchlab.kjwt.builder.JwtBuilder to assemble the five-part JWE compact serialization per RFC 7516.