Package | Description |
---|---|
org.apache.xml.security.signature | |
org.apache.xml.security.transforms | |
org.apache.xml.security.transforms.implementations |
Modifier and Type | Method and Description |
---|---|
Transforms |
Reference.getTransforms()
Method getTransforms
|
Modifier and Type | Method and Description |
---|---|
void |
Transforms.addTransform(String transformURI)
Adds the
Transform with the specified Transform
algorithm URI |
void |
Transforms.addTransform(String transformURI,
Element contextElement)
Adds the
Transform with the specified Transform
algorithm URI |
void |
Transforms.addTransform(String transformURI,
NodeList contextNodes)
Adds the
Transform with the specified Transform
algorithm URI . |
protected abstract XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
Transform |
Transforms.item(int i)
Return the ith
. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
boolean secureValidation)
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os,
boolean secureValidation)
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput)
Applies all included
Transform s to xmlSignatureInput and
returns the result of these transformations. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput,
OutputStream os)
Applies all included
Transform s to xmlSignatureInput and
returns the result of these transformations. |
Constructor and Description |
---|
Transform(Element element,
String baseURI) |
Transforms(Element element,
String baseURI)
|
Modifier and Type | Method and Description |
---|---|
protected XMLSignatureInput |
TransformXPath2Filter.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformBase64Decode.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformEnvelopedSignature.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformXPath.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformXSLT.enginePerformTransform(XMLSignatureInput input,
OutputStream baos,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.