SignedData
JSON 表現 |
{
"data": string,
"signature": string
} |
フィールド |
data |
string (bytes format)
署名するデータ。 Base64 でエンコードされた文字列。
|
signature |
string (bytes format)
データ フィールドの署名。 Base64 でエンコードされた文字列。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]],[]]