- 既知のすべてのサブインタフェース:
 CanonicalizationMethod,DigestMethod,SignatureMethod,Transform
- 既知のすべての実装クラス:
 TransformService
public interface AlgorithmMethod
XMLセキュリティ仕様で定義されたアルゴリズムの抽象表現です。 サブクラスは、
TransformなどのXMLセキュリティ・アルゴリズムの特定の型を表します。 - 導入されたバージョン:
 - 1.6
 
- 
メソッドのサマリー
修飾子と型 メソッド 説明 StringgetAlgorithm()このAlgorithmMethodのアルゴリズムURIを返します。AlgorithmParameterSpecgetParameterSpec()このAlgorithmMethodのアルゴリズム・パラメータを返します。 
- 
メソッドの詳細
- 
getAlgorithm
String getAlgorithm()このAlgorithmMethodのアルゴリズムURIを返します。- 戻り値:
 - この
AlgorithmMethodのアルゴリズムURI 
 - 
getParameterSpec
AlgorithmParameterSpec getParameterSpec()このAlgorithmMethodのアルゴリズム・パラメータを返します。- 戻り値:
 - この
AlgorithmMethodのアルゴリズム・パラメータ。 このAlgorithmMethodがパラメータを必要とせず、指定されていない場合はnullを返す。 
 
 -