Lines Matching refs:document

136      * Sign the XML document using enveloped signatures.
140 * @throws XMLSignatureException if the document could not be signed
149 * Sign the XML document using enveloped signatures.
154 * @throws XMLSignatureException if the document could not be signed
192 * Sign part of the XML document referred by the supplied id attribute using
199 * @throws XMLSignatureException if the document could not be signed
210 * Sign part of the XML document referred by the supplied id attribute
218 * @throws XMLSignatureException if the document could not be signed
230 * Sign part of the XML document referred by the supplied id attribute
242 * @throws XMLSignatureException if the document could not be signed
256 * Sign part of the XML document referred by the supplied id attribute
268 * @throws XMLSignatureException if the document could not be signed
282 * Sign part of the XML document referred by the supplied id attribute
295 * @throws XMLSignatureException if the document could not be signed
310 * Sign part of the XML document referred by the supplied id attribute
324 * @throws XMLSignatureException if the document could not be signed
357 * Sign part of the XML document referred by the supplied a list
364 * @throws XMLSignatureException if the document could not be signed
375 * Sign part of the XML document referred by the supplied a list
382 * @throws XMLSignatureException if the document could not be signed
393 * Sign part of the XML document referred by the supplied a list
403 * @throws XMLSignatureException if the document could not be signed
415 * Sign part of the XML document referred by the supplied a list
423 * @throws XMLSignatureException if the document could not be signed
437 * Sign part of the XML document referred by the supplied a list
448 * @exception XMLSignatureException if the document could not be signed
460 * Sign part of the XML document referred by the supplied a list
468 * @throws XMLSignatureException if the document could not be signed
482 * Sign part of the XML document referred by the supplied a list
485 * @param key the key that will be used to sign the document.
495 * @throws XMLSignatureException if the document could not be signed
522 * Sign part of the XML document wth binary security token using
524 * @param doc the XML <code>DOM</code> document.
530 * @exception XMLSignatureException if the document could not be signed
544 * Sign part of the XML document wth UserName security token using
546 * @param doc the XML <code>DOM</code> document.
551 * @exception XMLSignatureException if the document could not be signed
564 * Sign part of the XML document referred by the supplied a list
571 * @throws XMLSignatureException if the document could not be signed
581 * Sign part of the XML document referred by the supplied a list
591 * @exception XMLSignatureException if the document could not be signed
603 * Verify all the signatures of the XML document
604 * @param document XML dom document whose signature to be verified
608 public boolean verifyXMLSignature(org.w3c.dom.Document document)
610 return sp.verifyXMLSignature(document);
613 * Verify all the signatures of the XML document
614 * @param document XML dom document whose signature to be verified
621 public boolean verifyXMLSignature(org.w3c.dom.Document document,
625 return sp.verifyXMLSignature(document, certAlias);
629 * Verify the signature of the XML document
630 * @param document XML dom document whose signature to be verified
637 public boolean verifyXMLSignature(org.w3c.dom.Document document,
640 return sp.verifyXMLSignature(document, cert);
644 * Verify the signature of the XML document
645 * @param element XML dom document whose signature to be verified
655 * Verify the signature of the XML document
656 * @param element XML dom document whose signature to be verified
670 * Verify the signature of the XML document
671 * @param element XML dom document whose signature to be verified
730 * Verify all the signatures of the XML document
735 * @param document XML dom document whose signature to be verified
740 org.w3c.dom.Document document) throws XMLSignatureException {
741 return sp.verifyXMLSignature(wsfVersion, certAlias, document);
745 * Verify all the signatures of the XML document for the
747 * @param document XML dom document whose signature to be verified
755 public boolean verifyWSSSignature(org.w3c.dom.Document document,
759 return sp.verifyWSSSignature(document, certAlias);
764 * @param document the document to be validated
769 public boolean verifyWSSSignature(org.w3c.dom.Document document,
772 return sp.verifyWSSSignature(document, key);
778 * @param document the document to be validated
787 public boolean verifyWSSSignature(org.w3c.dom.Document document,
792 return sp.verifyWSSSignature(document, key, certAlias, encryptAlias);