Module org.apache.santuario.xmlsec
Class TransformC14NExclusiveWithComments
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.xml.security.transforms.implementations.TransformC14NExclusive
-
- org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments
-
public class TransformC14NExclusiveWithComments extends TransformC14NExclusive
Implements thehttp://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithCommentstransform.
-
-
Constructor Summary
Constructors Constructor Description TransformC14NExclusiveWithComments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected Canonicalizer20010315ExclgetCanonicalizer()-
Methods inherited from class org.apache.xml.security.transforms.implementations.TransformC14NExclusive
enginePerformTransform
-
-
-
-
Method Detail
-
engineGetURI
protected String engineGetURI()
Returns the URI representation ofTransformation algorithm- Overrides:
engineGetURIin classTransformC14NExclusive- Returns:
- the URI representation of
Transformation algorithm
-
getCanonicalizer
protected Canonicalizer20010315Excl getCanonicalizer()
- Overrides:
getCanonicalizerin classTransformC14NExclusive
-
-