Uses of Class
org.apache.xml.security.transforms.TransformationException
-
Packages that use TransformationException Package Description org.apache.xml.security.signature org.apache.xml.security.transforms org.apache.xml.security.transforms.implementations -
-
Uses of TransformationException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw TransformationException Modifier and Type Method Description TransformsReference. 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 TransformationException Modifier and Type Method Description voidTransforms. 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.TransformTransforms. item(int i)Return the ith.TransformXMLSignatureInputTransform. performTransform(XMLSignatureInput input, boolean secureValidation)Transforms the input, and generatesXMLSignatureInputas output.XMLSignatureInputTransform. performTransform(XMLSignatureInput input, OutputStream os, boolean secureValidation)Transforms the input, and generatesXMLSignatureInputas output.XMLSignatureInputTransforms. performTransforms(XMLSignatureInput xmlSignatureInput)Applies all includedTransforms to xmlSignatureInput and returns the result of these transformations.XMLSignatureInputTransforms. 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 Constructor Description Transform(Element element, String baseURI)Transforms(Element element, String baseURI) -
Uses of TransformationException in org.apache.xml.security.transforms.implementations
Methods in org.apache.xml.security.transforms.implementations that throw TransformationException Modifier and Type Method Description protected 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.
-