Uses of Class
se.idsec.signservice.integration.core.FileResource
Packages that use FileResource
- 
Uses of FileResource in se.idsec.signservice.integration.document.pdf
Methods in se.idsec.signservice.integration.document.pdf that return FileResourceModifier and TypeMethodDescriptionPdfSignaturePage.getPdfDocument()Gets the file resource containing the PDF document that holds the PDF signature page.PdfSignatureImageTemplate.getSvgImageFile()Gets the file resource that holds the SVG image file for this template.Methods in se.idsec.signservice.integration.document.pdf with parameters of type FileResourceModifier and TypeMethodDescriptionvoidPdfSignaturePage.setPdfDocument(FileResource pdfDocument) Assigns the file resource containing the PDF document that holds the PDF signature page.voidPdfSignatureImageTemplate.setSvgImageFile(FileResource svgImageFile) Assigns the file resource that holds the SVG image file for this template.