CoseMac0
data class CoseMac0(val protectedHeaders: Map<CoseLabel, DataItem>, val unprotectedHeaders: Map<CoseLabel, DataItem>, val tag: ByteArray, val payload: ByteArray?)
COSE MACed Message.
Parameters
protectedHeaders
protected headers.
unprotectedHeaders
unprotected headers.
tag
the MAC value.
payload
the payload, if available.