Uses of Class
org.docx4j.org.apache.xml.security.c14n.InvalidCanonicalizerException
Packages that use InvalidCanonicalizerException
Package
Description
-
Uses of InvalidCanonicalizerException in org.docx4j
Methods in org.docx4j that throw InvalidCanonicalizerExceptionModifier and TypeMethodDescriptionstatic byte[]XmlUtils.trimNamespaces(Document doc, String ignorables) Removes superflouous namespaces. -
Uses of InvalidCanonicalizerException in org.docx4j.org.apache.xml.security.c14n
Methods in org.docx4j.org.apache.xml.security.c14n that throw InvalidCanonicalizerExceptionModifier and TypeMethodDescriptionstatic final CanonicalizerCanonicalizer.getInstance(String algorithmURI) Method getInstance -
Uses of InvalidCanonicalizerException in org.docx4j.org.apache.xml.security.transforms
Methods in org.docx4j.org.apache.xml.security.transforms that throw InvalidCanonicalizerExceptionModifier and TypeMethodDescriptionprotected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.Transform.performTransform(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInputas output.Transform.performTransform(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInputas output.