Uses of Class
se.idsec.signservice.integration.core.error.SignServiceIntegrationException
Packages that use SignServiceIntegrationException
Package
Description
API and domain classed for the SignService Integration Service.
Interfaces and definitions for how the SignService Integration Service is configured.
Interfaces and classes for error handling and representation of errors.
PDF-specific classes.
-
Uses of SignServiceIntegrationException in se.idsec.signservice.integration
Methods in se.idsec.signservice.integration that throw SignServiceIntegrationExceptionModifier and TypeMethodDescriptiondefault SignRequestData
SignServiceIntegrationService.createSignRequest
(SignRequestInput signRequestInput) SignServiceIntegrationService.createSignRequest
(SignRequestInput signRequestInput, String callerId) Creates a SignRequest message that is to be posted to the signature service.ExtendedSignServiceIntegrationService.preparePdfDocument
(String policy, byte[] pdfDocument, PdfSignaturePagePreferences signaturePagePreferences, Boolean returnDocumentReference, String callerId) A utility method that can be used to prepare a PDF document for signing.default SignatureResult
SignServiceIntegrationService.processSignResponse
(String signResponse, String relayState, SignatureState state, SignResponseProcessingParameters parameters) SignServiceIntegrationService.processSignResponse
(String signResponse, String relayState, SignatureState state, SignResponseProcessingParameters parameters, String callerId) When the service that has ordered the signing operation receives the sign response message it should invoke this method to process this response. -
Uses of SignServiceIntegrationException in se.idsec.signservice.integration.config
Subclasses of SignServiceIntegrationException in se.idsec.signservice.integration.configModifier and TypeClassDescriptionclass
Exception class for references to a non-existing policy. -
Uses of SignServiceIntegrationException in se.idsec.signservice.integration.core.error
Modifier and TypeClassDescriptionclass
Class that represents a bad request to the SignService Integration Service.class
Exception class for input validation errors.class
Exception class to report that the caller does not have access on a given resource.class
Abstract class for exception that reports errors for a given category. -
Uses of SignServiceIntegrationException in se.idsec.signservice.integration.document.pdf
Modifier and TypeClassDescriptionclass
An exception that is reported byExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String)
if a sign page that is not PDF/A is added to a PDF/A document.class
An exception that is reported byExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String)
if a PDF document contains an Acroform and the policy states that it should not be flattened.class
An exception that is reported byExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String)
if a PDF document contains an encryption dictionary and the policy states that it should not be removed.class
An exception that is reported byExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String)
if there is no more room in a PDF signature page to insert a PDF signature image.