モジュール java.xml.crypto
パッケージ javax.xml.crypto

インタフェースAlgorithmMethod

  • 既知のすべてのサブインタフェース:
    CanonicalizationMethod, DigestMethod, SignatureMethod, Transform
    既知のすべての実装クラス:
    TransformService


    public interface AlgorithmMethod
    XMLセキュリティ仕様で定義されたアルゴリズムの抽象表現です。 サブクラスは、TransformなどのXMLセキュリティ・アルゴリズムの特定の型を表します。
    導入されたバージョン:
    1.6
    • メソッドの詳細

      • getAlgorithm

        String getAlgorithm​()
        このAlgorithmMethodのアルゴリズムURIを返します。
        戻り値:
        このAlgorithmMethodのアルゴリズムURI
      • getParameterSpec

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