Uses of Class
se.idsec.signservice.integration.document.TbsDocument
Packages that use TbsDocument
Package
Description
API and domain classed for the SignService Integration Service.
-
Uses of TbsDocument in se.idsec.signservice.integration
Methods in se.idsec.signservice.integration that return types with arguments of type TbsDocumentModifier and TypeMethodDescriptionSignRequestInput.getTbsDocuments()
Gets the document(s) to be signed along with a per-document signing requirements and parameters.Method parameters in se.idsec.signservice.integration with type arguments of type TbsDocumentModifier and TypeMethodDescriptionvoid
SignRequestInput.setTbsDocuments
(List<TbsDocument> tbsDocuments) Assigns the document(s) to be signed along with a per-document signing requirements and parameters.