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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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."]]],[]]