Uses of Class
se.idsec.signservice.integration.document.ProcessedTbsDocument
Packages that use ProcessedTbsDocument
Package
Description
Implementations for document processing.
-
Uses of ProcessedTbsDocument in se.idsec.signservice.integration.document
Methods in se.idsec.signservice.integration.document that return ProcessedTbsDocumentModifier 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.Methods in se.idsec.signservice.integration.document with parameters of type ProcessedTbsDocumentModifier and TypeMethodDescriptionse.swedenconnect.schemas.csig.dssext_1_1.SignTaskDataTbsDocumentProcessor.process(ProcessedTbsDocument document, String signatureAlgorithm, IntegrationServiceConfiguration config) Prepares the document for signing by creating aSignTaskDataelement. -
Uses of ProcessedTbsDocument in se.idsec.signservice.integration.document.impl
Methods in se.idsec.signservice.integration.document.impl that return ProcessedTbsDocumentModifier 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.Methods in se.idsec.signservice.integration.document.impl with parameters of type ProcessedTbsDocumentModifier and TypeMethodDescriptionprotected abstract TbsCalculationResultAbstractTbsDocumentProcessor.calculateToBeSigned(ProcessedTbsDocument document, String signatureAlgorithm, IntegrationServiceConfiguration config) Calculates the ToBeSignedBytes, and optionally AdES data, that will be part of theSignTaskData.final se.swedenconnect.schemas.csig.dssext_1_1.SignTaskDataAbstractTbsDocumentProcessor.process(ProcessedTbsDocument document, String signatureAlgorithm, IntegrationServiceConfiguration config) Prepares the document for signing by creating aSignTaskDataelement.