Lines Matching defs:c14n

23 package com.sun.org.apache.xml.internal.security.c14n;
36 import com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments;
37 import com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_WithComments;
38 import com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315ExclOmitComments;
39 import com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315ExclWithComments;
40 import com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315OmitComments;
41 import com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315WithComments;
42 import com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical;
67 * The URL defined in XML-SEC Rec for inclusive c14n <b>without</b> comments.
70 "http://www.w3.org/TR/2001/REC-xml-c14n-20010315";
72 * The URL defined in XML-SEC Rec for inclusive c14n <b>with</b> comments.
77 * The URL defined in XML-SEC Rec for exclusive c14n <b>without</b> comments.
80 "http://www.w3.org/2001/10/xml-exc-c14n#";
82 * The URL defined in XML-SEC Rec for exclusive c14n <b>with</b> comments.
87 * The URI for inclusive c14n 1.1 <b>without</b> comments.
92 * The URI for inclusive c14n 1.1 <b>with</b> comments.
100 "http://santuario.apache.org/c14n/physical";
229 * @return the URI defined for this c14n instance.
238 * @return true if the c14n respect the comments.
302 * @return the result of the c14n.
315 * @return the result of the c14n.
328 * @return the result of the c14n.
342 * @return the result of the c14n.
356 * @return the result of the c14n.
369 * @return the result of the c14n.