SignedData
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הודעת wrapper של נתונים כלשהם והחתימה שלהם.
ייצוג JSON |
{
"data": string,
"signature": string
} |
שדות |
data |
string (bytes format)
הנתונים לחתימה. מחרוזת בקידוד base64.
|
signature |
string (bytes format)
החתימה של שדה הנתונים. מחרוזת בקידוד base64.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]