JavaTM 2 Platform
Standard Ed. 6

接口 javax.xml.crypto.AlgorithmMethod
的使用

使用 AlgorithmMethod 的软件包
javax.xml.crypto 用于 XML 加密的通用类。 
javax.xml.crypto.dsig 用于生成和验证 XML 数字签名的类。 
 

javax.xml.cryptoAlgorithmMethod 的使用
 

参数类型为 AlgorithmMethodjavax.xml.crypto 中的方法
abstract  KeySelectorResult KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
          尝试查找满足指定约束的密钥。
 

javax.xml.crypto.dsigAlgorithmMethod 的使用
 

javax.xml.crypto.dsigAlgorithmMethod 的子接口
 interface CanonicalizationMethod
          W3C Recommendation for XML-Signature Syntax and Processing 中定义的 XML CanonicalizationMethod 元素的表示形式。
 interface DigestMethod
          W3C Recommendation for XML-Signature Syntax and Processing 中定义的 XML DigestMethod 元素的表示形式。
 interface SignatureMethod
          W3C Recommendation for XML-Signature Syntax and Processing 中定义的 XML SignatureMethod 元素的表示形式。
 interface Transform
          W3C Recommendation for XML-Signature Syntax and Processing 中定义的 XML Transform 元素的表示形式。
 

实现 AlgorithmMethodjavax.xml.crypto.dsig 中的类
 class TransformService
          转换算法和规范算法的服务提供者接口。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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