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 Canonicalizer
Canonicalizer.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 getCanonicalizedOctetStreamvoid
SignedInfo.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 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.Transform.performTransform
(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInput
as output.Transform.performTransform
(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInput
as output.