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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java59 private Element c14nMethod; field in class:SignedInfo
109 c14nMethod = XMLUtils.createElementInSignatureSpace(this._doc,
112 c14nMethod.setAttributeNS(null, Constants._ATT_ALGORITHM,
114 this._constructionElement.appendChild(c14nMethod);
141 this.c14nMethod = canonicalizationMethodElem;
142 this._constructionElement.appendChild(c14nMethod);
173 c14nMethod = XMLUtils.getNextElement(element.getFirstChild());
210 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling());
307 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM);
366 String c14nMethodURI = c14nMethod
[all...]

Completed in 30 milliseconds