SignedData
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อความ Wrapper ของข้อมูลใดก็ได้และลายเซ็น
การแสดง JSON |
{
"data": string,
"signature": string
} |
ช่อง |
data |
string (bytes format)
ข้อมูลที่จะลงนาม สตริงที่เข้ารหัสฐาน 64
|
signature |
string (bytes format)
ลายเซ็นของช่องข้อมูล สตริงที่เข้ารหัสฐาน 64
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]