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