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 XMLSignerResultsign(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:
signin interfaceSigner<Document,XMLSignerResult, VoidSignerParameters> - Throws:
SignatureException
-