Uses of Class
eu.europa.esig.dss.validation.ManifestFile
-
-
Uses of ManifestFile in eu.europa.esig.dss.asic.cades.validation
Methods in eu.europa.esig.dss.asic.cades.validation that return ManifestFile Modifier and Type Method Description static ManifestFileASiCEWithCAdESManifestParser. getManifestFile(DSSDocument manifestDocument)Parses and convertsDSSDocumenttoManifestFileMethods in eu.europa.esig.dss.asic.cades.validation that return types with arguments of type ManifestFile Modifier and Type Method Description protected List<ManifestFile>ASiCContainerWithCAdESValidator. getManifestFilesDecriptions()Constructors in eu.europa.esig.dss.asic.cades.validation with parameters of type ManifestFile Constructor Description ASiCEWithCAdESManifestValidator(ManifestFile manifest, List<DSSDocument> signedDocuments) -
Uses of ManifestFile in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return types with arguments of type ManifestFile Modifier and Type Method Description List<ManifestFile>ASiCExtractResult. getManifestFiles()Method parameters in eu.europa.esig.dss.asic.common with type arguments of type ManifestFile Modifier and Type Method Description voidASiCExtractResult. setManifestFiles(List<ManifestFile> manifestFiles) -
Uses of ManifestFile in eu.europa.esig.dss.asic.common.validation
Methods in eu.europa.esig.dss.asic.common.validation that return types with arguments of type ManifestFile Modifier and Type Method Description protected List<ManifestFile>AbstractASiCContainerValidator. getManifestFiles()protected abstract List<ManifestFile>AbstractASiCContainerValidator. getManifestFilesDecriptions() -
Uses of ManifestFile in eu.europa.esig.dss.asic.xades.validation
Methods in eu.europa.esig.dss.asic.xades.validation that return ManifestFile Modifier and Type Method Description ManifestFileASiCEWithXAdESManifestParser. getManifest()Methods in eu.europa.esig.dss.asic.xades.validation that return types with arguments of type ManifestFile Modifier and Type Method Description protected List<ManifestFile>ASiCContainerWithXAdESValidator. getManifestFilesDecriptions() -
Uses of ManifestFile in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type ManifestFile Modifier and Type Field Description protected List<ManifestFile>DefaultAdvancedSignature. manifestFilesIn case of a ASiC-E signature this is the list of found manifest files.protected List<ManifestFile>SignedDocumentValidator. manifestFilesList of all foundManifestFilesMethods in eu.europa.esig.dss.validation that return types with arguments of type ManifestFile Modifier and Type Method Description List<ManifestFile>ContainerInfo. getManifestFiles()Method parameters in eu.europa.esig.dss.validation with type arguments of type ManifestFile Modifier and Type Method Description voidAdvancedSignature. setManifestFiles(List<ManifestFile> manifestFiles)This method allows to set the manifest files in the case of ASiC-E signature.voidContainerInfo. setManifestFiles(List<ManifestFile> manifestFiles)voidDefaultAdvancedSignature. setManifestFiles(List<ManifestFile> manifestFiles)voidDocumentValidator. setManifestFiles(List<ManifestFile> manifestFiles)Sets theListofManifestFiles found in the signature file.voidSignedDocumentValidator. setManifestFiles(List<ManifestFile> manifestFiles)
-