Package se.idsec.signservice.integration
package se.idsec.signservice.integration
API and domain classed for the SignService Integration Service.
-
ClassDescriptionInternal class used for representation of the API version.An extension to the interface describing the API for the SignService Integration Service.The
ProceessSignResponseInput
class is intended to be used when the SignService Integration service is implemented as a REST service.Builder forProcessSignResponseInput
objects.Representation of the result of a signature operation.Builder forSignatureResult
objects.Domain class representing the result of aSignServiceIntegrationService.createSignRequest(SignRequestInput)
call.Builder forSignRequestData
objects.Class that represents the input to aSignServiceIntegrationService.createSignRequest(SignRequestInput)
operation.Builder forSignRequestInput
.Dedicated exception class to represent a user cancel.Exception class that represents non-successful DSS operations.Class representing the processing parameters for a call toSignServiceIntegrationService.processSignResponse(String, String, se.idsec.signservice.integration.core.SignatureState, SignResponseProcessingParameters)
.Builder forSignResponseProcessingParameters
objects.Interface describing the API for the SignService Integration Service.