Searched refs:useC14N11 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMReference.java76 * Look up useC14N11 system property. If true, an explicit C14N11 transform
82 private static boolean useC14N11 = field in class:DOMReference
86 ("com.sun.org.apache.xml.internal.security.useC14N11");
459 boolean c14n11 = useC14N11;
464 ("com.sun.org.apache.xml.internal.security.useC14N11");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java107 * Look up useC14N11 system property. If true, an explicit C14N11 transform
111 private static boolean useC14N11 = field in class:Reference
115 ("com.sun.org.apache.xml.internal.security.useC14N11");
122 useC14N11 = Boolean.getBoolean("com.sun.org.apache.xml.internal.security.useC14N11");
712 if (this.useC14N11 && !validating &&

Completed in 33 milliseconds