SignedData
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Thông báo trình bao bọc của bất kỳ dữ liệu nào và chữ ký của dữ liệu đó.
Biểu diễn dưới dạng JSON |
{
"data": string,
"signature": string
} |
Trường |
data |
string (bytes format)
Dữ liệu cần ký. Chuỗi được mã hoá base64.
|
signature |
string (bytes format)
Chữ ký của trường dữ liệu. Chuỗi được mã hoá base64.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eThe primary element is a wrapper message encompassing data and its corresponding signature.\u003c/p\u003e\n"],["\u003cp\u003eData and signature are represented as base64-encoded strings within the JSON structure, labeled as 'data' and 'signature' respectively.\u003c/p\u003e\n"],["\u003cp\u003eThis structure facilitates secure transmission and verification of information by including both the original content and its cryptographic signature.\u003c/p\u003e\n"]]],[],null,["# SignedData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe wrapper message of any data and its signature.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"data\": string, \"signature\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `data` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` The data to be signed. A base64-encoded string. |\n| `signature` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` The signature of the data field. A base64-encoded string. |"]]