| Package | Description |
|---|---|
| net.shibboleth.metadata.dom |
Implementations of core APIs that operate on W3C DOM based metadata.
|
| Modifier and Type | Method and Description |
|---|---|
private Reference |
XMLSignatureValidator.extractReference(XMLSignature signature)
Extract the reference within the provided XML signature while ensuring that there
is only one such reference, and that (if appropriate) it is not empty.
|
Element |
XMLSignatureValidator.getSignatureElement(Element docElement)
Gets the signature element from the document.
|
private void |
XMLSignatureValidator.markIdAttribute(Element docElement,
Reference reference)
Reconcile the given reference with the document element, by making sure that
the appropriate attribute is marked as an ID attribute.
|
private void |
XMLSignatureValidator.validateSignatureReference(Element docElement,
Reference ref)
Validates the reference within the XML signature by performing the following checks.
|
private void |
XMLSignatureValidator.validateSignatureReferenceUri(Element expectedSignedNode,
Reference reference)
Validates that the element resolved by the signature validation layer is the same as the
element resolved by the DOM layer.
|
private void |
XMLSignatureValidator.validateSignatureTransforms(Reference reference)
Validate the transforms included in the Signature Reference.
|
void |
XMLSignatureValidator.verifySignature(Element docElement,
Element signatureElement)
Verifies that the signature on a document is valid.
|
Copyright © 1999–2016. All rights reserved.