Lines Matching refs:document

135      * Sign the XML document using enveloped signatures.
139 * @throws XMLSignatureException if the document could not be signed
148 * Sign the XML document using enveloped signatures.
153 * @throws XMLSignatureException if the document could not be signed
191 * Sign part of the XML document referred by the supplied id attribute using
198 * @throws XMLSignatureException if the document could not be signed
209 * Sign part of the XML document referred by the supplied id attribute
217 * @throws XMLSignatureException if the document could not be signed
229 * Sign part of the XML document referred by the supplied id attribute
241 * @throws XMLSignatureException if the document could not be signed
255 * Sign part of the XML document referred by the supplied id attribute
267 * @throws XMLSignatureException if the document could not be signed
281 * Sign part of the XML document referred by the supplied id attribute
294 * @throws XMLSignatureException if the document could not be signed
309 * Sign part of the XML document referred by the supplied id attribute
323 * @throws XMLSignatureException if the document could not be signed
356 * Sign part of the XML document referred by the supplied a list
363 * @throws XMLSignatureException if the document could not be signed
374 * Sign part of the XML document referred by the supplied a list
381 * @throws XMLSignatureException if the document could not be signed
392 * Sign part of the XML document referred by the supplied a list
402 * @throws XMLSignatureException if the document could not be signed
414 * Sign part of the XML document referred by the supplied a list
422 * @throws XMLSignatureException if the document could not be signed
436 * Sign part of the XML document referred by the supplied a list
447 * @exception XMLSignatureException if the document could not be signed
459 * Sign part of the XML document referred by the supplied a list
467 * @throws XMLSignatureException if the document could not be signed
481 * Sign part of the XML document referred by the supplied a list
484 * @param key the key that will be used to sign the document.
494 * @throws XMLSignatureException if the document could not be signed
521 * Sign part of the XML document wth binary security token using
523 * @param doc the XML <code>DOM</code> document.
529 * @exception XMLSignatureException if the document could not be signed
543 * Sign part of the XML document wth UserName security token using
545 * @param doc the XML <code>DOM</code> document.
550 * @exception XMLSignatureException if the document could not be signed
563 * Sign part of the XML document referred by the supplied a list
570 * @throws XMLSignatureException if the document could not be signed
580 * Sign part of the XML document referred by the supplied a list
590 * @exception XMLSignatureException if the document could not be signed
602 * Verify all the signatures of the XML document
603 * @param document XML dom document whose signature to be verified
607 public boolean verifyXMLSignature(org.w3c.dom.Document document)
609 return sp.verifyXMLSignature(document);
612 * Verify all the signatures of the XML document
613 * @param document XML dom document whose signature to be verified
620 public boolean verifyXMLSignature(org.w3c.dom.Document document,
624 return sp.verifyXMLSignature(document, certAlias);
628 * Verify the signature of the XML document
629 * @param document XML dom document whose signature to be verified
636 public boolean verifyXMLSignature(org.w3c.dom.Document document,
639 return sp.verifyXMLSignature(document, cert);
643 * Verify the signature of the XML document
644 * @param element XML dom document whose signature to be verified
654 * Verify the signature of the XML document
655 * @param element XML dom document whose signature to be verified
669 * Verify the signature of the XML document
670 * @param element XML dom document whose signature to be verified
729 * Verify all the signatures of the XML document
734 * @param document XML dom document whose signature to be verified
739 org.w3c.dom.Document document) throws XMLSignatureException {
740 return sp.verifyXMLSignature(wsfVersion, certAlias, document);
744 * Verify all the signatures of the XML document for the
746 * @param document XML dom document whose signature to be verified
754 public boolean verifyWSSSignature(org.w3c.dom.Document document,
758 return sp.verifyWSSSignature(document, certAlias);
763 * @param document the document to be validated
768 public boolean verifyWSSSignature(org.w3c.dom.Document document,
771 return sp.verifyWSSSignature(document, key);
777 * @param document the document to be validated
786 public boolean verifyWSSSignature(org.w3c.dom.Document document,
791 return sp.verifyWSSSignature(document, key, certAlias, encryptAlias);