インタフェースCanonicalizationMethod

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

public interface CanonicalizationMethod extends Transform
W3C Recommendation for XML-Signature Syntax and Processing」で定義されているXML CanonicalizationMethod要素の表現。 XMLスキーマ定義は、次のように定義されます。
  <element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
    <complexType name="CanonicalizationMethodType" 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>
CanonicalizationMethodインスタンスは、XMLSignatureFactoryクラスのnewCanonicalizationMethodメソッドを呼び出すことで作成できます。
導入されたバージョン:
1.6
関連項目: