Uses of Class
org.apache.xml.security.c14n.InvalidCanonicalizerException
-
Packages that use InvalidCanonicalizerException Package Description org.apache.xml.security.c14n org.apache.xml.security.signature org.apache.xml.security.transforms -
-
Uses of InvalidCanonicalizerException in org.apache.xml.security.c14n
Methods in org.apache.xml.security.c14n that throw InvalidCanonicalizerException Modifier and Type Method Description static Canonicalizer
Canonicalizer. getInstance(java.lang.String algorithmURI)
Method getInstanceConstructors in org.apache.xml.security.c14n that throw InvalidCanonicalizerException Constructor Description Canonicalizer(java.lang.String algorithmURI)
Constructor Canonicalizer -
Uses of InvalidCanonicalizerException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw InvalidCanonicalizerException Modifier and Type Method Description byte[]
SignedInfo. getCanonicalizedOctetStream()
Returns getCanonicalizedOctetStreamvoid
SignedInfo. signInOctetStream(java.io.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 InvalidCanonicalizerException Modifier and Type Method Description protected XMLSignatureInput
TransformSpi. enginePerformTransform(XMLSignatureInput input)
The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi. enginePerformTransform(XMLSignatureInput input, java.io.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.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input)
Transforms the input, and generatesXMLSignatureInput
as output.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input, java.io.OutputStream os)
Transforms the input, and generatesXMLSignatureInput
as output.
-