JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
介面 AlgorithmMethod

所有已知子介面:
CanonicalizationMethod, DigestMethod, SignatureMethod, Transform
所有已知實作類別:
TransformService

public interface AlgorithmMethod

XML Security 規範中定義的演算法的抽象表示。子類別表示特定型別的 XML 安全演算法,例如 Transform

從以下版本開始:
1.6

方法摘要
 String getAlgorithm()
          返回此 AlgorithmMethod 的演算法 URI。
 AlgorithmParameterSpec getParameterSpec()
          返回此 AlgorithmMethod 的演算法參數。
 

方法詳細資訊

getAlgorithm

String getAlgorithm()
返回此 AlgorithmMethod 的演算法 URI。

返回:
AlgorithmMethod 的演算法 URI

getParameterSpec

AlgorithmParameterSpec getParameterSpec()
返回此 AlgorithmMethod 的演算法參數。

返回:
AlgorithmMethod 的演算法參數。如果此 AlgorithmMethod 不需要參數且未指定參數,則返回 null

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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