Lines Matching refs:document

50      * Sign the XML document using enveloped signatures.
54 * @throws XMLSignatureException if the document could not be signed
61 * Sign the XML document using enveloped signatures.
67 * @throws XMLSignatureException if the document could not be signed
100 * Sign part of the XML document referred by the supplied id attribute using
107 * @throws XMLSignatureException if the document could not be signed
116 * Sign part of the XML document referred by the supplied id attribute
124 * @throws XMLSignatureException if the document could not be signed
134 * Sign part of the XML document referred by the supplied id attribute
146 * @throws XMLSignatureException if the document could not be signed
157 * Sign part of the XML document referred by the supplied id attribute
169 * @throws XMLSignatureException if the document could not be signed
180 * Sign part of the XML document referred by the supplied id attribute
193 * @throws XMLSignatureException if the document could not be signed
205 * Sign part of the XML document referred by the supplied id attribute
219 * @throws XMLSignatureException if the document could not be signed
232 * Sign part of the XML document referred by the supplied id attribute using
239 * @throws XMLSignatureException if the document could not be signed
249 * Sign part of the XML document referred by the supplied a list
256 * @throws XMLSignatureException if the document could not be signed
266 * Sign part of the XML document referred by the supplied a list
273 * @throws XMLSignatureException if the document could not be signed
283 * Sign part of the XML document referred by the supplied a list
293 * @throws XMLSignatureException if the document could not be signed
303 * Sign part of the XML document referred by the supplied a list
311 * @throws XMLSignatureException if the document could not be signed
322 * Sign part of the XML document referred by the supplied a list
333 * @exception XMLSignatureException if the document could not be signed
341 * Sign part of the XML document referred by the supplied a list
349 * @throws XMLSignatureException if the document could not be signed
360 * Sign part of the XML document referred by the supplied a list
363 * @param key the key that will be used to sign the document.
373 * @throws XMLSignatureException if the document could not be signed
387 * Sign part of the XML document wth binary security token using
389 * @param doc the XML <code>DOM</code> document.
395 * @exception XMLSignatureException if the document could not be signed
406 * Sign part of the XML document wth kerberos security token using
408 * @param doc the XML <code>DOM</code> document.
413 * @exception XMLSignatureException if the document could not be signed
423 * Sign part of the XML document wth UserName security token using
425 * @param doc the XML <code>DOM</code> document.
430 * @exception XMLSignatureException if the document could not be signed
441 * Sign part of the XML document referred by the supplied a list
448 * @throws XMLSignatureException if the document could not be signed
456 * Sign part of the XML document referred by the supplied a list
466 * @exception XMLSignatureException if the document could not be signed
474 * Verify all the signatures of the XML document
475 * @param document XML dom document whose signature to be verified
479 public boolean verifyXMLSignature(org.w3c.dom.Document document)
482 * Verify all the signatures of the XML document
483 * @param document XML dom document whose signature to be verified
490 public boolean verifyXMLSignature(org.w3c.dom.Document document,
495 * Verify the signature of the XML document
496 * @param document XML dom document whose signature to be verified
503 public boolean verifyXMLSignature(org.w3c.dom.Document document,
508 * Verify the signature of the XML document
509 * @param element XML dom document whose signature to be verified
517 * Verify the signature of the XML document
518 * @param element XML dom document whose signature to be verified
528 * Verify the signature of the XML document
529 * @param element XML dom document whose signature to be verified
576 * Verify all the signatures of the XML document
582 * @param document XML dom document whose signature to be verified
589 org.w3c.dom.Document document
593 * Verify all the signatures of the XML document for the
595 * @param document XML dom document whose signature to be verified
603 public boolean verifyWSSSignature(org.w3c.dom.Document document,
609 * @param document the document to be validated
614 public boolean verifyWSSSignature(org.w3c.dom.Document document,
620 * @param document the document to be validated
629 public boolean verifyWSSSignature(org.w3c.dom.Document document,