JavaTM 2 Platform
Standard Ed. 6

軟體套件 javax.xml.crypto.dsig.keyinfo

用來解析和處理 KeyInfo 元素和結構的類別。

請參見:
          描述

介面摘要
KeyInfo W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML KeyInfo 元素的表示形式。
KeyName W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML KeyName 元素的表示形式。
KeyValue W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML KeyValue 元素的表示形式。
PGPData W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML PGPData 元素的表示形式。
RetrievalMethod W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML RetrievalMethod 元素的表示形式。
X509Data W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML X509Data 元素的表示形式。
X509IssuerSerial W3C Recommendation for XML-Signature Syntax and Processing 中定義的 XML X509IssuerSerial 元素的表示形式。
 

類別摘要
KeyInfoFactory 用於從頭創建 KeyInfo 物件或從相應的 XML 表示形式解組 KeyInfo 物件的處理器。
 

軟體套件 javax.xml.crypto.dsig.keyinfo 的描述

用來解析和處理 KeyInfo 元素和結構的類別。KeyInfo 是可選元素,它使接受方可以獲取驗證 XMLSignature 所需的密鑰。KeyInfo 可以包含密鑰、名稱、證書和其他公鑰管理資訊,比如 in-band 密鑰分發或密鑰協議資料。此套件包含一些類別表示 W3C specification for XML Signatures 中定義的型別,如 KeyNameKeyValueRetrievalMethodX509DataX509IssuerSerialPGPDataKeyInfoFactory 是一個從頭創建 KeyInfo 物件的抽象處理器。

套件規範

Since:
1.6


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only