次の方法で共有


KeyValue

XML DSIGで指定された1つの公開キーを定義します。

要素の階層

<Signature>
<KeyInfo>
<KeyValue>

構文

<KeyValue>

  <!-- Child elements -->
  ( DSAKeyValue
  | RSAKeyValue
  | any element in a non-schema namespace{}
  )

  <!-- This element may also contain text (mixed content). -->

</KeyValue>

キー

{} 特定の出現範囲

属性および要素

属性

なし。

子要素

子要素 説明
DSAKeyValue

XML DSIGで指定されているように、デジタル署名アルゴリズム (DSA) の公開キーを定義します。

RSAKeyValue

XML DSIGで指定された RSA 公開キーを定義します。

 

親要素

Parent 要素 説明
KeyInfo

XML DSIGで指定された署名の検証に使用されるすべてのキー情報を定義します。

 

要件

名前空間

http://www.w3.org/2000/09/xmldsig#