Uses of Class
org.apache.xml.security.transforms.TransformationException
Packages that use TransformationException
Package
Description
-
Uses of TransformationException in org.apache.xml.security.encryption
Constructors in org.apache.xml.security.encryption that throw TransformationException -
Uses of TransformationException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw TransformationException -
Uses of TransformationException in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that throw TransformationExceptionModifier and TypeMethodDescriptionvoid
Transforms.addTransform
(String transformURI) Adds theTransform
with the specifiedTransform algorithm URI
void
Transforms.addTransform
(String transformURI, Element contextElement) Adds theTransform
with the specifiedTransform algorithm URI
void
Transforms.addTransform
(String transformURI, NodeList contextNodes) Adds theTransform
with the specifiedTransform algorithm URI
.private void
Transforms.checkSecureValidation
(Transform transform) 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.Transforms.item
(int i) Return the ith
.Transform
Transform.performTransform
(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInput
as output.Transform.performTransform
(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInput
as output.Transforms.performTransforms
(XMLSignatureInput xmlSignatureInput) Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.Transforms.performTransforms
(XMLSignatureInput xmlSignatureInput, OutputStream os) Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.Constructors in org.apache.xml.security.transforms that throw TransformationException -
Uses of TransformationException in org.apache.xml.security.transforms.implementations
Methods in org.apache.xml.security.transforms.implementations that throw TransformationExceptionModifier and TypeMethodDescriptionprotected XMLSignatureInput
TransformBase64Decode.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformBase64Decode.enginePerformTransform
(XMLSignatureInput input, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInput
TransformEnvelopedSignature.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPath.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransform The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPath2Filter.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransform The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPointer.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInput
TransformXSLT.enginePerformTransform
(XMLSignatureInput input, OutputStream baos, Transform transformObject) private static Node
TransformEnvelopedSignature.searchSignatureElement
(Node signatureElement)