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

インタフェースDigestMethod

すべてのスーパー・インタフェース:
AlgorithmMethod, XMLStructure

public interface DigestMethod extends XMLStructure, AlgorithmMethod
W3C Recommendation for XML-Signature Syntax and Processing」で定義されているXML DigestMethod要素の表現。 XMLスキーマ定義は、次のように定義されます。
   <element name="DigestMethod" type="ds:DigestMethodType"/>
     <complexType name="DigestMethodType" mixed="true">
       <sequence>
         <any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
           <!-- (0,unbounded) elements from (1,1) namespace -->
       </sequence>
       <attribute name="Algorithm" type="anyURI" use="required"/>
     </complexType>
 
DigestMethodインスタンスは、XMLSignatureFactoryクラスのnewDigestMethodメソッドを呼び出すことで作成できます。
導入されたバージョン:
1.6
関連項目:
  • フィールドのサマリー

    フィールド
    修飾子と型
    フィールド
    説明
    static final String
    RIPEMD-160ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA1ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA224ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA256ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA3-224ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA3-256ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA3-384ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA3-512ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA384ダイジェスト・メソッド・アルゴリズムURI。
    static final String
    SHA512ダイジェスト・メソッド・アルゴリズムURI。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    このDigestMethodに関連付けられた、アルゴリズム固有の入力パラメータを返します。

    インタフェース javax.xml.crypto.AlgorithmMethodで宣言されたメソッド

    getAlgorithm

    インタフェース javax.xml.crypto.XMLStructureで宣言されたメソッド

    isFeatureSupported