|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface AlgorithmMethod
XML Security 規範中定義的演算法的抽象表示。子類別表示特定型別的 XML 安全演算法,例如 Transform
。
方法摘要 | |
---|---|
String |
getAlgorithm()
返回此 AlgorithmMethod 的演算法 URI。 |
AlgorithmParameterSpec |
getParameterSpec()
返回此 AlgorithmMethod 的演算法參數。 |
方法詳細資訊 |
---|
String getAlgorithm()
AlgorithmMethod
的演算法 URI。
AlgorithmMethod
的演算法 URIAlgorithmParameterSpec getParameterSpec()
AlgorithmMethod
的演算法參數。
AlgorithmMethod
的演算法參數。如果此 AlgorithmMethod
不需要參數且未指定參數,則返回 null
。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。