Package | Description |
---|---|
org.docx4j | |
org.docx4j.org.apache.xml.security.c14n | |
org.docx4j.org.apache.xml.security.transforms |
Modifier and Type | Method and Description |
---|---|
static byte[] |
XmlUtils.trimNamespaces(Document doc,
String ignorables)
Removes superflouous namespaces.
|
Modifier and Type | Method and Description |
---|---|
static Canonicalizer |
Canonicalizer.getInstance(String algorithmURI)
Method getInstance
|
Modifier and Type | Method and Description |
---|---|
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input)
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os)
Transforms the input, and generates
XMLSignatureInput as output. |
Copyright © 2007-2019. All Rights Reserved.