Interface XMLSigner
- All Superinterfaces:
Signer<Document,
XMLSignerResult, VoidSignerParameters>
- All Known Implementing Classes:
DefaultXMLSigner
Interface for XML signatures.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptiondefault XMLSignerResult
sign
(Document document, VoidSignerParameters parameters) This implementation does not support any type of parameters.Methods inherited from interface se.idsec.signservice.security.sign.Signer
getSigningCredential, sign
-
Method Details
-
sign
default XMLSignerResult sign(Document document, VoidSignerParameters parameters) throws SignatureException This implementation does not support any type of parameters. Will invokesign(Document)
.- Specified by:
sign
in interfaceSigner<Document,
XMLSignerResult, VoidSignerParameters> - Throws:
SignatureException
-