DigestMethod
定義用來產生 DigestValue 的演算法,如 XML DSIG中所指定。
元素階層
- <簽名>
-
- <SignedInfo>
-
- <參考>
- <DigestMethod>
語法
<DigestMethod Algorithm = anyURI >
<!-- Child elements -->
any element in a non-schema namespace*
<!-- This element may also contain text (mixed content). -->
</DigestMethod>
答案
*
選擇性 (零或多個)
屬性和項目
屬性
屬性 | 描述 | 資料類型 | 必要 | 預設值 |
---|---|---|---|---|
演算法 | 定義所使用之演算法 (URI) 的統一資源定位器。 |
anyURI | Yes |
子元素
無。
父項目
Parent 項目 | 描述 |
---|---|
參考 | 定義摘要值、摘要方法和轉換,如 XML DSIG 中所指定。 |
需求
命名空間 |
http://www.w3.org/2000/09/xmldsig# |