Uses of Class
net.shibboleth.metadata.dom.impl.XMLSignatureValidator.ValidationException
Packages that use XMLSignatureValidator.ValidationException
Package
Description
Implementation classes related to processing DOM based metadata.
-
Uses of XMLSignatureValidator.ValidationException in net.shibboleth.metadata.dom.impl
Methods in net.shibboleth.metadata.dom.impl that throw XMLSignatureValidator.ValidationExceptionModifier and TypeMethodDescriptionprivate org.apache.xml.security.signature.ReferenceXMLSignatureValidator.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 voidXMLSignatureValidator.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 voidXMLSignatureValidator.validateSignatureReference(Element docElement, org.apache.xml.security.signature.Reference ref) Validates the reference within the XML signature by performing the following checks.private voidXMLSignatureValidator.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 voidXMLSignatureValidator.validateSignatureTransforms(org.apache.xml.security.signature.Reference reference) Validate the transforms included in the Signature Reference.voidXMLSignatureValidator.verifySignature(Element docElement, Element signatureElement) Verifies that the signature on a document is valid.