SignedData
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Wrapper-Nachricht aller Daten und deren Signatur.
JSON-Darstellung |
{
"data": string,
"signature": string
} |
Felder |
data |
string (bytes format)
Die zu signierenden Daten. Ein base64-codierter String.
|
signature |
string (bytes format)
Die Signatur des Datenfelds. Ein base64-codierter String.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]