Uses of Interface
eu.europa.esig.dss.pdf.PdfDict
Packages that use PdfDict
Package
Description
-
Uses of PdfDict in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades with parameters of type PdfDictModifier and TypeMethodDescriptionstatic SigFieldPermissionsPAdESUtils.extractPermissionsDictionary(PdfDict wrapper) This method extractsSigFieldPermissions(for instance /Lock dictionary) from a wrapping dictionary -
Uses of PdfDict in eu.europa.esig.dss.pades.validation
Constructors in eu.europa.esig.dss.pades.validation with parameters of type PdfDict -
Uses of PdfDict in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return PdfDictModifier and TypeMethodDescriptionprotected PdfDictAbstractPDFSignatureService.createDeveloperExtensionDict(PdfDocumentReader documentReader, String baseVersion, Integer extensionLevel, String extensionRevision, String type, String url) Creates a new developer extension dictionary with the given configurationPdfDocumentReader.createPdfDict()Creates an emptyPdfDictPdfArray.getAsDict(int i) Returns a dictionary entry at the position iGets an embedded dictionary by namePdfDocumentReader.getCatalogDictionary()Returns a document catalog as a dictionaryMethods in eu.europa.esig.dss.pdf with parameters of type PdfDictModifier and TypeMethodDescriptionprotected voidAbstractPDFSignatureService.addDeveloperExtension(PdfDocumentReader documentReader, String prefix, PdfDict developerExtension) Adds a new developer extension defined indeveloperExtensiondictionarystatic SingleDssDictExtract a DSS dictionary from aPdfDictstatic Map<Long, CertificateToken> DSSDictionaryExtractionUtils.getCertsFromArray(PdfDict dict, String dictionaryName, String arrayName) Extract certificate object mapDSSDictionaryExtractionUtils.getCRLsFromArray(PdfDict dict, String dictionaryName, String arrayName) Extract CRL object mapstatic DateDSSDictionaryExtractionUtils.getDictionaryCreationTime(PdfDict dict) This method returns a value of 'TU' field when presentstatic Map<Long, OCSPResponseBinary> DSSDictionaryExtractionUtils.getOCSPsFromArray(PdfDict dict, String dictionaryName, String arrayName) Extract OCSP object mapstatic byte[]DSSDictionaryExtractionUtils.getTimestampBinaries(PdfDict dict) This method returns timestamp binaries extracted from 'TS' field, when presentprotected booleanAbstractPDFSignatureService.isDeveloperExtensionPresent(PdfDocumentReader documentReader, String prefix, PdfDict developerExtension) Verifies whether the specified developer extension is present in the document's catalog.booleanThis method verifies if the content of thepdfDictmatches the corresponding attributes of the current dictionary.Constructors in eu.europa.esig.dss.pdf with parameters of type PdfDictModifierConstructorDescriptionprotectedAbstractPdfDssDict(PdfDict dssDictionary) Default constructorPdfSigDictWrapper(PdfDict dictionary) Default constructorPdfVriDict(String name, PdfDict vriDict) Default constructorprotectedSingleDssDict(PdfDict dssDictionary) Default constructor -
Uses of PdfDict in eu.europa.esig.dss.pdf.modifications
Methods in eu.europa.esig.dss.pdf.modifications with parameters of type PdfDictModifier and TypeMethodDescriptionReturns found and categorized object differences between two providedPdfDictobjects -
Uses of PdfDict in eu.europa.esig.dss.pdf.openpdf
Methods in eu.europa.esig.dss.pdf.openpdf that return PdfDictModifier and TypeMethodDescriptionITextDocumentReader.createPdfDict()ITextDocumentReader.getCatalogDictionary() -
Uses of PdfDict in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox that return PdfDictModifier and TypeMethodDescriptionPdfBoxDocumentReader.createPdfDict()PdfBoxDocumentReader.getCatalogDictionary()