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 Canonicalizer
ApacheCanonicalizer. 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 Canonicalizer
Canonicalizer. 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 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 Canonicalizer Modifier and Type Method Description void
AbstractSerializer. setCanonicalizer(Canonicalizer canon)
void
Serializer. setCanonicalizer(Canonicalizer canon)
Set the Canonicalizer object to use.
-