Uses of Class
org.apache.xml.security.c14n.Canonicalizer
Packages that use Canonicalizer
Package
Description
-
Uses of Canonicalizer in org.apache.jcp.xml.dsig.internal.dom
Fields in org.apache.jcp.xml.dsig.internal.dom declared as Canonicalizer -
Uses of Canonicalizer in org.apache.xml.security.c14n
Methods in org.apache.xml.security.c14n that return CanonicalizerModifier and TypeMethodDescriptionstatic final CanonicalizerCanonicalizer.getInstance(String algorithmURI) Method getInstance -
Uses of Canonicalizer in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption declared as CanonicalizerMethods in org.apache.xml.security.encryption with parameters of type CanonicalizerModifier and TypeMethodDescriptionvoidAbstractSerializer.setCanonicalizer(Canonicalizer canon) voidSerializer.setCanonicalizer(Canonicalizer canon) Set the Canonicalizer object to use.