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 Canonicalizer
Canonicalizer.getInstance
(String algorithmURI) Method getInstance -
Uses of Canonicalizer in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption declared as CanonicalizerModifier and TypeFieldDescriptionprotected Canonicalizer
AbstractSerializer.canon
private Canonicalizer
XMLCipher.canon
Holds c14n to serialize, if initialized then _always_ use this c14n to serializeMethods in org.apache.xml.security.encryption with parameters of type CanonicalizerModifier and TypeMethodDescriptionvoid
AbstractSerializer.setCanonicalizer
(Canonicalizer canon) void
Serializer.setCanonicalizer
(Canonicalizer canon) Set the Canonicalizer object to use.