Uses of Class
net.shibboleth.metadata.dom.impl.XMLSignatureValidator.ValidationException

Package
Description
Implementation classes related to processing DOM based metadata.
  • Uses of XMLSignatureValidator.ValidationException in net.shibboleth.metadata.dom.impl

    Modifier and Type
    Method
    Description
    private org.apache.xml.security.signature.Reference
    XMLSignatureValidator.extractReference(org.apache.xml.security.signature.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.
    XMLSignatureValidator.getSignatureElement(Element docElement)
    Gets the signature element from the document.
    private void
    XMLSignatureValidator.markIdAttribute(Element docElement, org.apache.xml.security.signature.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, org.apache.xml.security.signature.Reference ref)
    Validates the reference within the XML signature by performing the following checks.
    private void
    XMLSignatureValidator.validateSignatureReferenceUri(Element expectedSignedNode, org.apache.xml.security.signature.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(org.apache.xml.security.signature.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.