|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface AlgorithmMethod
XML セキュリティー仕様で定義されたアルゴリズムの抽象表現です。サブクラスは、Transform
などの XML セキュリティーアルゴリズムの特定の型を表します。
メソッドの概要 | |
---|---|
String |
getAlgorithm()
この AlgorithmMethod のアルゴリズム URI を返します。 |
AlgorithmParameterSpec |
getParameterSpec()
この AlgorithmMethod のアルゴリズムパラメータを返します。 |
メソッドの詳細 |
---|
String getAlgorithm()
AlgorithmMethod
のアルゴリズム URI を返します。
AlgorithmMethod
のアルゴリズム URIAlgorithmParameterSpec getParameterSpec()
AlgorithmMethod
のアルゴリズムパラメータを返します。
AlgorithmMethod
のアルゴリズムパラメータ。
この AlgorithmMethod
がパラメータを必要とせず、
指定されていない場合は、null
が返されます。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。