Searched defs:getCanonicalizationMethodURI (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java174 String c14nMethodURI = this.getCanonicalizationMethodURI();
183 Canonicalizer.getInstance(this.getCanonicalizationMethodURI());
255 Canonicalizer.getInstance(this.getCanonicalizationMethodURI());
282 Canonicalizer.getInstance(this.getCanonicalizationMethodURI());
304 public String getCanonicalizationMethodURI() { method in class:SignedInfo

Completed in 51 milliseconds