public interface AlgorithmMethod
Transform
などの XML セキュリティーアルゴリズムの特定の型を表します。修飾子と型 | メソッドと説明 |
---|---|
String |
getAlgorithm()
この
AlgorithmMethod のアルゴリズム URI を返します。 |
AlgorithmParameterSpec |
getParameterSpec()
この
AlgorithmMethod のアルゴリズムパラメータを返します。 |
String getAlgorithm()
AlgorithmMethod
のアルゴリズム URI を返します。AlgorithmMethod
のアルゴリズム URIAlgorithmParameterSpec getParameterSpec()
AlgorithmMethod
のアルゴリズムパラメータを返します。AlgorithmMethod
のアルゴリズムパラメータ。この AlgorithmMethod
がパラメータを必要とせず、指定されていない場合は null
を返す。 バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.