Uses of Interface
eu.europa.esig.dss.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 with parameters of type DSSResourcesHandlerModifier and TypeMethodDescriptionstatic DSSDocumentPdfBoxUtils.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.DSSResourcesHandlerstatic DSSDocumentPdfBoxUtils.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.DSSResourcesHandlerstatic DSSDocumentPdfBoxUtils.generateSubtractionImage(DSSDocument document1, char[] passwordDocument1, int pageDocument1, DSSDocument document2, char[] passwordDocument2, int pageDocument2, DSSResourcesHandler dssResourcesHandler) This method returns an image representing a subtraction result betweendocument1anddocument2for the defined pages.static DSSDocumentPdfBoxUtils.generateSubtractionImage(DSSDocument document1, String passwordDocument1, int pageDocument1, DSSDocument document2, String passwordDocument2, int pageDocument2, DSSResourcesHandler dssResourcesHandler) This method returns an image representing a subtraction result betweendocument1anddocument2for 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 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.Methods in eu.europa.esig.dss.signature.resources that return DSSResourcesHandlerModifier and TypeMethodDescriptionDSSResourcesHandlerBuilder.createResourcesHandler()This method instantiates the corresponding factory.