JavaTM 2 Platform
Standard Ed. 6

類別 javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
的使用

使用 KeyInfoFactory 的軟體套件
javax.xml.crypto.dsig 用於產生和驗證 XML 數位簽章的類別。 
javax.xml.crypto.dsig.keyinfo 用來解析和處理 KeyInfo 元素和結構的類別。 
 

javax.xml.crypto.dsigKeyInfoFactory 的使用
 

返回 KeyInfoFactoryjavax.xml.crypto.dsig 中的方法
 KeyInfoFactory XMLSignatureFactory.getKeyInfoFactory()
          返回創建 KeyInfo 物件的 KeyInfoFactory
 

javax.xml.crypto.dsig.keyinfoKeyInfoFactory 的使用
 

返回 KeyInfoFactoryjavax.xml.crypto.dsig.keyinfo 中的方法
static KeyInfoFactory KeyInfoFactory.getInstance()
          返回支持預設 XML 處理機制和表示形式型別(“DOM”) 的 KeyInfoFactory
static KeyInfoFactory KeyInfoFactory.getInstance(String mechanismType)
          返回 KeyInfoFactory,它支持指定的 XML 處理機制和表示形式型別(比如:“DOM”)。
static KeyInfoFactory KeyInfoFactory.getInstance(String mechanismType, Provider provider)
          返回支持所需的 XML 處理機制和表示形式型別(比如:“DOM”)的 KeyInfoFactory,由指定提供者提供。
static KeyInfoFactory KeyInfoFactory.getInstance(String mechanismType, String provider)
          返回支持所需的 XML 處理機制和表示形式型別(比如:“DOM”)的 KeyInfoFactory,由指定提供者提供。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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