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 CanonicalizerCanonicalizer.getInstance(String algorithmURI) Method getInstance -
Uses of InvalidCanonicalizerException in org.apache.xml.security.encryption
Constructors in org.apache.xml.security.encryption that throw InvalidCanonicalizerExceptionModifierConstructorDescriptionprotectedAbstractSerializer(String canonAlg, boolean secureValidation) DocumentSerializer(boolean secureValidation) DocumentSerializer(String canonAlg, boolean secureValidation) TransformSerializer(boolean secureValidation) TransformSerializer(String canonAlg, boolean secureValidation) -
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 abstract XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.Transform.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.