jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/TransformService.java
changeset 45665 6f21cd7ec80e
parent 42991 174ff3aebaf7
equal deleted inserted replaced
45664:946711bbda08 45665:6f21cd7ec80e
    67  *     put("TransformService." + Transform.XPATH2 + " MechanismType", "DOM");
    67  *     put("TransformService." + Transform.XPATH2 + " MechanismType", "DOM");
    68  * </pre>
    68  * </pre>
    69  * <code>TransformService</code> implementations that support the DOM
    69  * <code>TransformService</code> implementations that support the DOM
    70  * mechanism type must abide by the DOM interoperability requirements defined
    70  * mechanism type must abide by the DOM interoperability requirements defined
    71  * in the
    71  * in the
    72  * <a href="../../../../../technotes/guides/security/xmldsig/overview.html#DOM%20Mechanism%20Requirements">
    72  * {@extLink security_guide_xmldsig_rqmts DOM Mechanism Requirements} section
    73  * DOM Mechanism Requirements</a> section of the API overview. See the
    73  * of the API overview. See the
    74  * <a href="../../../../../technotes/guides/security/xmldsig/overview.html#Service%20Provider">
    74  * {@extLink security_guide_xmldsig_provider Service Providers} section of
    75  * Service Providers</a> section of the API overview for a list of standard
    75  * the API overview for a list of standard mechanism types.
    76  * mechanism types.
       
    77  * <p>
    76  * <p>
    78  * Once a <code>TransformService</code> has been created, it can be used
    77  * Once a <code>TransformService</code> has been created, it can be used
    79  * to process <code>Transform</code> or <code>CanonicalizationMethod</code>
    78  * to process <code>Transform</code> or <code>CanonicalizationMethod</code>
    80  * objects. If the <code>Transform</code> or <code>CanonicalizationMethod</code>
    79  * objects. If the <code>Transform</code> or <code>CanonicalizationMethod</code>
    81  * exists in XML form (for example, when validating an existing
    80  * exists in XML form (for example, when validating an existing