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 DSSResourcesHandlerSecureContainerHandler.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 DSSResourcesHandlerPAdESUtils.initializeDSSResourcesHandler()This method initializes a newDSSResourcesHandlerobject -
Uses of DSSResourcesHandler in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return DSSResourcesHandlerModifier and TypeMethodDescriptionprotected DSSResourcesHandlerAbstractPDFSignatureService.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 DSSResourcesHandlerPdfBoxScreenshotBuilder.initDssResourcesHandler()Creates a new instance ofDSSResourcesHandler.Methods in eu.europa.esig.dss.pdf.pdfbox with parameters of type DSSResourcesHandlerModifier and TypeMethodDescriptionstatic DSSDocumentPdfBoxUtils.generateSubtractionImage(BufferedImage screenshotDoc1, BufferedImage screenshotDoc2, DSSResourcesHandler dssResourcesHandler) This method returns an image representing a subtraction result betweenscreenshotDoc1andscreenshotDoc2. -
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 DSSDocumentImageUtils.toDSSDocument(BufferedImage bufferedImage, DSSResourcesHandler dssResourcesHandler) Transforms aBufferedImagetoDSSDocument, 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 TypeClassDescriptionclassAbstract class used to create OutputStream to be used across DSS codeclassThis class represents an in-memory implementation ofDSSResourcesFactory.classThis 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.