CoseSignedBytes
@Serializable
Representation of a signed COSE_Sign1
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 verification.
For the class using typed payloads, see CoseSigned.
See RFC 9052.
Constructors
Link copied to clipboard
constructor(protectedHeader: ByteArray, unprotectedHeader: CoseHeader?, payload: ByteArray?, rawSignature: ByteArray)