Uses of Class
org.apache.xml.security.c14n.Canonicalizer
-
Packages that use Canonicalizer Package Description org.apache.jcp.xml.dsig.internal.dom org.apache.xml.security.c14n org.apache.xml.security.encryption -
-
Uses of Canonicalizer in org.apache.jcp.xml.dsig.internal.dom
Fields in org.apache.jcp.xml.dsig.internal.dom declared as Canonicalizer Modifier and Type Field Description protected CanonicalizerApacheCanonicalizer. apacheCanonicalizer -
Uses of Canonicalizer in org.apache.xml.security.c14n
Methods in org.apache.xml.security.c14n that return Canonicalizer Modifier and Type Method Description static CanonicalizerCanonicalizer. getInstance(java.lang.String algorithmURI)Method getInstance -
Uses of Canonicalizer in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption declared as Canonicalizer Modifier and Type Field Description protected CanonicalizerAbstractSerializer. canonMethods in org.apache.xml.security.encryption with parameters of type Canonicalizer Modifier and Type Method Description voidAbstractSerializer. setCanonicalizer(Canonicalizer canon)voidSerializer. setCanonicalizer(Canonicalizer canon)Set the Canonicalizer object to use.
-