JavaTM Platform
Standard Ed. 6

javax.xml.crypto
インタフェース AlgorithmMethod

既知のサブインタフェースの一覧:
CanonicalizationMethod, DigestMethod, SignatureMethod, Transform
既知の実装クラスの一覧:
TransformService

public interface AlgorithmMethod

XML セキュリティー仕様で定義されたアルゴリズムの抽象表現です。サブクラスは、Transform などの XML セキュリティーアルゴリズムの特定の型を表します。

導入されたバージョン:
1.6

メソッドの概要
 String getAlgorithm()
          この AlgorithmMethod のアルゴリズム URI を返します。
 AlgorithmParameterSpec getParameterSpec()
          この AlgorithmMethod のアルゴリズムパラメータを返します。
 

メソッドの詳細

getAlgorithm

String getAlgorithm()
この AlgorithmMethod のアルゴリズム URI を返します。

戻り値:
この AlgorithmMethod のアルゴリズム URI

getParameterSpec

AlgorithmParameterSpec getParameterSpec()
この AlgorithmMethod のアルゴリズムパラメータを返します。

戻り値:
この AlgorithmMethod のアルゴリズムパラメータ。 この AlgorithmMethod がパラメータを必要とせず、 指定されていない場合は、null が返されます。

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。