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 SignRequestDataSignServiceIntegrationService.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 SignatureResultSignServiceIntegrationService.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 TypeClassDescriptionclassException class for references to a non-existing policy. - 
Uses of SignServiceIntegrationException in se.idsec.signservice.integration.core.error
Modifier and TypeClassDescriptionclassClass that represents a bad request to the SignService Integration Service.classException class for input validation errors.classException class to report that the caller does not have access on a given resource.classAbstract class for exception that reports errors for a given category. - 
Uses of SignServiceIntegrationException in se.idsec.signservice.integration.document.pdf
Modifier and TypeClassDescriptionclassAn 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.classAn 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.classAn 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.classAn 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.