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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-10 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-10 (שעון UTC)."],[[["The primary element is a wrapper message encompassing data and its corresponding signature."],["Data and signature are represented as base64-encoded strings within the JSON structure, labeled as 'data' and 'signature' respectively."],["This structure facilitates secure transmission and verification of information by including both the original content and its cryptographic signature."]]],[]]