Uses of Interface
eu.europa.esig.dss.signature.resources.DSSResourcesHandler
Package
Description
-
Uses of DSSResourcesHandler in eu.europa.esig.dss.pades
Modifier and TypeMethodDescriptionstatic DSSResourcesHandler
PAdESUtils.initializeDSSResourcesHandler()
This method initializes a newDSSResourcesHandler
object -
Uses of DSSResourcesHandler in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionprotected DSSResourcesHandler
AbstractPDFSignatureService.instantiateResourcesHandler()
This method instantiates a newDSSResourcesFactory
-
Uses of DSSResourcesHandler in eu.europa.esig.dss.pdf.pdfbox
Modifier and TypeMethodDescriptionstatic DSSDocument
PdfBoxUtils.generateScreenshot
(DSSDocument pdfDocument, char[] passwordProtection, int page, DSSResourcesHandler dssResourcesHandler) Generates a screenshot image of the specified page for the given PDF document using a providedeu.europa.esig.dss.signature.resources.DSSResourcesHandler
static DSSDocument
PdfBoxUtils.generateScreenshot
(DSSDocument pdfDocument, String passwordProtection, int page, DSSResourcesHandler dssResourcesHandler) Generates a screenshot image of the specified page for the given PDF document using a providedeu.europa.esig.dss.signature.resources.DSSResourcesHandler
static DSSDocument
PdfBoxUtils.generateSubtractionImage
(DSSDocument document1, char[] passwordDocument1, int pageDocument1, DSSDocument document2, char[] passwordDocument2, int pageDocument2, DSSResourcesHandler dssResourcesHandler) This method returns an image representing a subtraction result betweendocument1
anddocument2
for the defined pages.static DSSDocument
PdfBoxUtils.generateSubtractionImage
(DSSDocument document1, String passwordDocument1, int pageDocument1, DSSDocument document2, String passwordDocument2, int pageDocument2, DSSResourcesHandler dssResourcesHandler) This method returns an image representing a subtraction result betweendocument1
anddocument2
for the defined pages. -
Uses of DSSResourcesHandler in eu.europa.esig.dss.pdf.visible
Modifier and TypeMethodDescriptionstatic DSSDocument
ImageUtils.toDSSDocument
(BufferedImage bufferedImage, DSSResourcesHandler dssResourcesHandler) Transforms aBufferedImage
toDSSDocument
, using a providedDSSResourcesHandler
-
Uses of DSSResourcesHandler in eu.europa.esig.dss.signature.resources
Modifier and TypeClassDescriptionclass
Abstract class used to create OutputStream to be used across DSS codeclass
This class represents an in-memory implementation ofDSSResourcesFactory
.class
This resources factory stores temporary documents to a unique file within filesystem.Modifier and TypeMethodDescriptionDSSResourcesHandlerBuilder.createResourcesHandler()
This method instantiates the corresponding factory.