Uses of Interface
se.idsec.signservice.integration.core.DocumentCache
Packages that use DocumentCache
Package
Description
Core implementations.
Implementations for document processing.
Implementations for processing of sign requests and responses.
-
Uses of DocumentCache in se.idsec.signservice.integration.core.impl
Classes in se.idsec.signservice.integration.core.impl that implement DocumentCache -
Uses of DocumentCache in se.idsec.signservice.integration.document
Methods in se.idsec.signservice.integration.document with parameters of type DocumentCacheModifier and TypeMethodDescriptionTbsDocumentProcessor.preProcess
(se.idsec.signservice.integration.document.TbsDocument document, se.idsec.signservice.integration.SignRequestInput signRequestInput, IntegrationServiceConfiguration config, DocumentCache documentCache, String callerId, String fieldName) Performs a pre-processing of the supplied document where the document is validated, and in some cases updated with default settings. -
Uses of DocumentCache in se.idsec.signservice.integration.document.impl
Methods in se.idsec.signservice.integration.document.impl with parameters of type DocumentCacheModifier and TypeMethodDescriptionAbstractTbsDocumentProcessor.preProcess
(se.idsec.signservice.integration.document.TbsDocument document, se.idsec.signservice.integration.SignRequestInput signRequestInput, IntegrationServiceConfiguration config, DocumentCache documentCache, String callerId, String fieldName) Performs a pre-processing of the supplied document where the document is validated, and in some cases updated with default settings. -
Uses of DocumentCache in se.idsec.signservice.integration.process.impl
Methods in se.idsec.signservice.integration.process.impl with parameters of type DocumentCacheModifier and TypeMethodDescriptionvoid
DefaultSignRequestProcessor.setDocumentCache
(DocumentCache documentCache) Assigns the document cache to use.