Uses of Class
se.idsec.signservice.security.sign.xml.XMLSignatureLocation
Packages that use XMLSignatureLocation
Package
Description
Interfaces and classes for XML signing.
Implementations for XML signatures.
-
Uses of XMLSignatureLocation in se.idsec.signservice.security.sign.xml
Methods in se.idsec.signservice.security.sign.xml with parameters of type XMLSignatureLocationModifier and TypeMethodDescriptionvoidXMLMessageSignatureValidator.validate(Document document, List<X509Certificate> expectedSignerCertificates, XMLSignatureLocation signatureLocation) Validates the signature on the supplied XML document and asserts that it was signed by any of the supplied certificates.XMLSignatureValidator.validate(Document document, XMLSignatureLocation signatureLocation) Validates the signature(s) of supplied document. -
Uses of XMLSignatureLocation in se.idsec.signservice.security.sign.xml.impl
Methods in se.idsec.signservice.security.sign.xml.impl with parameters of type XMLSignatureLocationModifier and TypeMethodDescriptionvoidDefaultXMLSigner.setSignatureLocation(XMLSignatureLocation signatureLocation) Sets the indicator that tells where in the document the resulting Signature element should be inserted.DefaultXMLSigner.DefaultXMLSignerBuilder.signatureLocation(XMLSignatureLocation signatureLocation) voidDefaultXMLMessageSignatureValidator.validate(Document document, List<X509Certificate> expectedSignerCertificates, XMLSignatureLocation signatureLocation) Validates the signature on the supplied XML document and asserts that it was signed by any of the supplied certificates.DefaultXMLSignatureValidator.validate(Document document, XMLSignatureLocation signatureLocation) Validates the signature(s) of supplied document.