Uses of Interface
se.idsec.signservice.integration.core.Extensible
Packages that use Extensible
Package
Description
API and domain classed for the SignService Integration Service.
Interfaces and classes for the authentication of a signer/principal.
Interfaces and classes that represent domain classes and operations for the signing certificate that is issued by the SignService.
Interfaces and definitions for how the SignService Integration Service is configured.
Classes and interfaces handling documents that are to be signed, or have been signed.
PDF-specific classes.
XML-specific interfaces and classes.
-
Uses of Extensible in se.idsec.signservice.integration
Classes in se.idsec.signservice.integration that implement ExtensibleModifier and TypeClassDescriptionclass
Representation of the result of a signature operation.class
Domain class representing the result of aSignServiceIntegrationService.createSignRequest(SignRequestInput)
call.class
Class that represents the input to aSignServiceIntegrationService.createSignRequest(SignRequestInput)
operation.class
Class representing the processing parameters for a call toSignServiceIntegrationService.processSignResponse(String, String, se.idsec.signservice.integration.core.SignatureState, SignResponseProcessingParameters)
. -
Uses of Extensible in se.idsec.signservice.integration.authentication
Classes in se.idsec.signservice.integration.authentication that implement ExtensibleModifier and TypeClassDescriptionclass
A sign requester specifies a set of authentication requirements regarding the signer when sending a SignRequest message.class
A representation of the assertion info for the signer's "authentication for signature" that was performed during a signature operation. -
Uses of Extensible in se.idsec.signservice.integration.certificate
Classes in se.idsec.signservice.integration.certificate that implement ExtensibleModifier and TypeClassDescriptionclass
When sending a SignRequest, a sign requester specifies a set of requirements for the signature certificate that is generated by the sign service. -
Uses of Extensible in se.idsec.signservice.integration.config
Subinterfaces of Extensible in se.idsec.signservice.integration.configModifier and TypeInterfaceDescriptioninterface
Interface that represents the default settings of a SignService Integration Service policy/instance. -
Uses of Extensible in se.idsec.signservice.integration.document
Classes in se.idsec.signservice.integration.document that implement ExtensibleModifier and TypeClassDescriptionclass
Represents a signed document.class
Represents a document that is to be signed along with the per-document requirements and parameters.static class
Representation of an ETSI AdES signature requirement. -
Uses of Extensible in se.idsec.signservice.integration.document.pdf
Classes in se.idsec.signservice.integration.document.pdf that implement ExtensibleModifier and TypeClassDescriptionclass
Representation of an image template that is used for visible PDF signatures.class
Representation of a "PDF signature page".static class
Representation of the configuration of where in a PDF signature page PDF signature images should be inserted.class
Representation of preferences for adding or modifying aPdfSignaturePage
.class
ThePreparedPdfDocument
is the representation of the object that is returned fromExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String)
.class
Class that represents the input toExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String)
when implemented as a REST endpoint.class
Class that represents the requirement for including a visible indication stating that a PDF document has been signed, and by whom.class
Representation of the user information that is injected into a PDF signature image. -
Uses of Extensible in se.idsec.signservice.integration.document.xml
Classes in se.idsec.signservice.integration.document.xml that implement ExtensibleModifier and TypeClassDescriptionclass
Tells where in an XML document the signature should be inserted.