Uses of Interface
eu.europa.esig.dss.signature.resources.DSSResourcesHandler
Packages that use DSSResourcesHandler
Package
Description
-
Uses of DSSResourcesHandler in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return DSSResourcesHandlerModifier and TypeMethodDescriptionstatic DSSResourcesHandler
PAdESUtils.initializeDSSResourcesHandler()
This method initializes a newDSSResourcesHandler
object -
Uses of DSSResourcesHandler in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return DSSResourcesHandlerModifier and TypeMethodDescriptionprotected DSSResourcesHandler
AbstractPDFSignatureService.instantiateResourcesHandler()
This method instantiates a newDSSResourcesFactory
-
Uses of DSSResourcesHandler in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox with parameters of type DSSResourcesHandlerModifier 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
Methods in eu.europa.esig.dss.pdf.visible with parameters of type DSSResourcesHandlerModifier 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
Classes in eu.europa.esig.dss.signature.resources that implement DSSResourcesHandlerModifier 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.Methods in eu.europa.esig.dss.signature.resources that return DSSResourcesHandlerModifier and TypeMethodDescriptionDSSResourcesHandlerBuilder.createResourcesHandler()
This method instantiates the corresponding factory.