Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlManifestFile
Packages that use XmlManifestFile
Package
Description
-
Uses of XmlManifestFile in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlManifestFileModifier and TypeMethodDescriptionDiagnosticData.getManifestFileForFilename
(String filename) Gets an XmlManifestFile for the givenfilename
documentMethods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlManifestFileModifier and TypeMethodDescriptionDiagnosticData.getManifestFiles()
Gets a list of all manifest files extracted from the ASiC container -
Uses of XmlManifestFile in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlManifestFileMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlManifestFileModifier and TypeMethodDescriptionObjectFactory.createXmlManifestFile()
Create an instance ofXmlManifestFile
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlManifestFileMethod parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlManifestFileModifier and TypeMethodDescriptionvoid
XmlContainerInfo.setManifestFiles
(List<XmlManifestFile> manifestFiles) -
Uses of XmlManifestFile in eu.europa.esig.dss.validation.process.bbb.fc.checks
Methods in eu.europa.esig.dss.validation.process.bbb.fc.checks with parameters of type XmlManifestFileModifier and TypeMethodDescriptionprotected boolean
AbstractSignedAndTimestampedFilesCoveredCheck.checkManifestFilesCoveredRecursively
(List<String> coveredEntries, XmlManifestFile manifestFile) This method verifies whether all entries in amanifestFile
are covered bycoveredEntries
recursively