Uses of Class
org.apache.xml.security.c14n.InvalidCanonicalizerException
Packages that use InvalidCanonicalizerException
Package
Description
-
Uses of InvalidCanonicalizerException in org.apache.xml.security.c14n
Methods in org.apache.xml.security.c14n that throw InvalidCanonicalizerExceptionModifier and TypeMethodDescriptionstatic final CanonicalizerCanonicalizer.getInstance(String algorithmURI) Method getInstance -
Uses of InvalidCanonicalizerException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw InvalidCanonicalizerExceptionModifier and TypeMethodDescriptionbyte[]SignedInfo.getCanonicalizedOctetStream()Returns getCanonicalizedOctetStreamvoidSignedInfo.signInOctetStream(OutputStream os) Output the C14n stream to the given OutputStream. -
Uses of InvalidCanonicalizerException in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that throw InvalidCanonicalizerExceptionModifier and TypeMethodDescriptionprotected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.Transform.performTransform(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInputas output.Transform.performTransform(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInputas output.