SignedData
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wiadomość opakowana dowolnych danych wraz z ich podpisem.
Zapis JSON |
{
"data": string,
"signature": string
} |
Pola |
data |
string (bytes format)
Dane do podpisania. Ciąg zakodowany w formacie base64.
|
signature |
string (bytes format)
Podpis pola danych. Ciąg zakodowany w formacie base64.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]