Uses of Interface
eu.europa.esig.dss.spi.signature.resources.DSSResourcesHandler
Packages that use DSSResourcesHandler
Package
Description
-
Uses of DSSResourcesHandler in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return DSSResourcesHandlerModifier and TypeMethodDescriptionprotected DSSResourcesHandler
SecureContainerHandler.instantiateResourcesHandler()
This method instantiates a newDSSResourcesFactory
-
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 that return DSSResourcesHandlerModifier and TypeMethodDescriptionprotected DSSResourcesHandler
PdfBoxScreenshotBuilder.initDssResourcesHandler()
Creates a new instance ofDSSResourcesHandler
.Methods in eu.europa.esig.dss.pdf.pdfbox with parameters of type DSSResourcesHandlerModifier and TypeMethodDescriptionstatic DSSDocument
PdfBoxUtils.generateSubtractionImage
(BufferedImage screenshotDoc1, BufferedImage screenshotDoc2, DSSResourcesHandler dssResourcesHandler) This method returns an image representing a subtraction result betweenscreenshotDoc1
andscreenshotDoc2
. -
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. -
Uses of DSSResourcesHandler in eu.europa.esig.dss.spi.signature.resources
Methods in eu.europa.esig.dss.spi.signature.resources that return DSSResourcesHandlerModifier and TypeMethodDescriptionDSSResourcesHandlerBuilder.createResourcesHandler()
This method instantiates the corresponding factory.