CoseBytes

@Serializable
data class CoseBytes(source)

Representation of a signed COSE_Sign1/COSE_MAC0 object, i.e. consisting of protected header, unprotected header and payload. It represents the bytes of the object as it has been transferred, i.e. useful for signature/hmac verification.

For the class using typed payloads, see CoseSigned and CoseMac.

See RFC 9052.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String