Uses of Class
org.apache.xml.security.transforms.TransformationException
Packages that use TransformationException
Package
Description
-
Uses of TransformationException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw TransformationExceptionModifier and TypeMethodDescriptionReference.getTransforms()Method getTransformsintNodeFilter.isNodeInclude(Node n) Tells if a node must be output in c14n.intNodeFilter.isNodeIncludeDO(Node n, int level) Tells if a node must be output in a c14n. -
Uses of TransformationException in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that throw TransformationExceptionModifier and TypeMethodDescriptionvoidTransforms.addTransform(String transformURI) Adds theTransformwith the specifiedTransform algorithm URIvoidTransforms.addTransform(String transformURI, Element contextElement) Adds theTransformwith the specifiedTransform algorithm URIvoidTransforms.addTransform(String transformURI, NodeList contextNodes) Adds theTransformwith the specifiedTransform algorithm URI.protected abstract XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.Transforms.item(int i) Return the ith.TransformTransform.performTransform(XMLSignatureInput input, boolean secureValidation) Transforms the input, and generatesXMLSignatureInputas output.Transform.performTransform(XMLSignatureInput input, OutputStream os, boolean secureValidation) Transforms the input, and generatesXMLSignatureInputas output.Transforms.performTransforms(XMLSignatureInput xmlSignatureInput) Applies all includedTransforms to xmlSignatureInput and returns the result of these transformations.Transforms.performTransforms(XMLSignatureInput xmlSignatureInput, OutputStream os) Applies all includedTransforms 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 XMLSignatureInputTransformBase64Decode.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformEnvelopedSignature.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXPath.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXPath2Filter.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXSLT.enginePerformTransform(XMLSignatureInput input, OutputStream baos, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.