Uses of Class
se.idsec.signservice.integration.document.xml.XMLSignatureLocation
Packages that use XMLSignatureLocation
Package
Description
API and domain classed for the SignService Integration Service.
- 
Uses of XMLSignatureLocation in se.idsec.signservice.integration
Methods in se.idsec.signservice.integration that return XMLSignatureLocationModifier and TypeMethodDescriptionSignResponseProcessingParameters.getXmlSignatureLocation()For signed XML documents the method tells where the XML signature is inserted.Methods in se.idsec.signservice.integration with parameters of type XMLSignatureLocationModifier and TypeMethodDescriptionvoidSignResponseProcessingParameters.setXmlSignatureLocation(XMLSignatureLocation xmlSignatureLocation) For XML documents, this method assigned where the signature should be inserted.Constructors in se.idsec.signservice.integration with parameters of type XMLSignatureLocationModifierConstructorDescriptionSignResponseProcessingParameters(XMLSignatureLocation xmlSignatureLocation, Extension extension) Constructor.