SignedData
The wrapper message of any data and its signature.
JSON representation |
{
"data": string,
"signature": string
} |
Fields |
data |
string (bytes format)
The data to be signed. A base64-encoded string.
|
signature |
string (bytes format)
The signature of the data field. A base64-encoded string.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 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."]]],[]]