factory COSEProtectedHeaderMap.fromJson(Map<String, dynamic> json) { return COSEProtectedHeaderMap(BytesUtils.fromHexString(json["data"])); }