Module org.apache.santuario.xmlsec
Class TransformC14N11
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.xml.security.transforms.implementations.TransformC14N
-
- org.apache.xml.security.transforms.implementations.TransformC14N11
-
public class TransformC14N11 extends TransformC14N
Implements thehttp://www.w3.org/2006/12/xml-c14n11(C14N 1.1) transform.
-
-
Constructor Summary
Constructors Constructor Description TransformC14N11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected Canonicalizer20010315getCanonicalizer()-
Methods inherited from class org.apache.xml.security.transforms.implementations.TransformC14N
enginePerformTransform
-
-
-
-
Method Detail
-
engineGetURI
protected String engineGetURI()
Returns the URI representation ofTransformation algorithm- Overrides:
engineGetURIin classTransformC14N- Returns:
- the URI representation of
Transformation algorithm
-
getCanonicalizer
protected Canonicalizer20010315 getCanonicalizer()
- Overrides:
getCanonicalizerin classTransformC14N
-
-