Uses of Class
eu.europa.esig.dss.validation.ManifestFile
Packages that use ManifestFile
Package
Description
-
Uses of ManifestFile in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return ManifestFileModifier and TypeMethodDescriptionASiCWithCAdESCounterSignatureHelper.getManifestFile(String signatureFilename) -
Uses of ManifestFile in eu.europa.esig.dss.asic.cades.validation
Methods in eu.europa.esig.dss.asic.cades.validation that return ManifestFileModifier and TypeMethodDescriptionASiCWithCAdESTimestampValidator.getCoveredManifest()Returns the coveredManifestFilestatic ManifestFileASiCWithCAdESManifestParser.getManifestFile(DSSDocument manifestDocument) Parses and convertsDSSDocumenttoManifestFileMethods in eu.europa.esig.dss.asic.cades.validation that return types with arguments of type ManifestFileModifier and TypeMethodDescriptionprotected List<ManifestFile>ASiCContainerWithCAdESValidator.getManifestFilesDescriptions()Constructors in eu.europa.esig.dss.asic.cades.validation with parameters of type ManifestFileModifierConstructorDescriptionASiCEWithCAdESManifestValidator(ManifestFile manifest, List<DSSDocument> signedDocuments) The default constructor -
Uses of ManifestFile in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common with parameters of type ManifestFileModifier and TypeMethodDescriptionstatic booleanASiCUtils.coversSignature(ManifestFile manifestFile) Checks if the manifestFile covers a signature -
Uses of ManifestFile in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature that return ManifestFileModifier and TypeMethodDescriptionASiCCounterSignatureHelper.getManifestFile(String signatureFilename) Returns a related manifest file for a signature with the given filename NOTE: used for ASiC with CAdES only -
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 ManifestFileModifier and TypeMethodDescriptionAbstractASiCContainerValidator.getManifestFiles()Returns a list of parser Manifest filesprotected abstract List<ManifestFile>AbstractASiCContainerValidator.getManifestFilesDescriptions()Returns a list of parser ManifestFiles -
Uses of ManifestFile in eu.europa.esig.dss.asic.xades.validation
Methods in eu.europa.esig.dss.asic.xades.validation that return ManifestFileModifier and TypeMethodDescriptionASiCEWithXAdESManifestParser.getManifest()Returns a parsedManifestFileMethods in eu.europa.esig.dss.asic.xades.validation that return types with arguments of type ManifestFileModifier and TypeMethodDescriptionprotected List<ManifestFile>ASiCContainerWithXAdESValidator.getManifestFilesDescriptions() -
Uses of ManifestFile in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature with parameters of type ManifestFileModifier and TypeMethodDescriptionvoidCAdESCounterSignatureBuilder.setManifestFile(ManifestFile manifestFile) Sets a signed manifest file NOTE: ASiC only -
Uses of ManifestFile in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation declared as ManifestFileModifier and TypeFieldDescriptionprotected ManifestFileDefaultAdvancedSignature.manifestFileIn case of a ASiC-E signature this is the found related manifest file.protected ManifestFileSignedDocumentValidator.manifestFileA relatedManifestFileto the provideddocumentMethods in eu.europa.esig.dss.validation that return ManifestFileModifier and TypeMethodDescriptionAdvancedSignature.getManifestFile()This method returns a relatedManifestFilein the case of ASiC-E signature.DefaultAdvancedSignature.getManifestFile()Methods in eu.europa.esig.dss.validation that return types with arguments of type ManifestFileMethods in eu.europa.esig.dss.validation with parameters of type ManifestFileModifier and TypeMethodDescriptionvoidAdvancedSignature.setManifestFile(ManifestFile manifestFile) This method allows to set a manifest file in the case of ASiC-E signature.voidDefaultAdvancedSignature.setManifestFile(ManifestFile manifestFile) voidDocumentValidator.setManifestFile(ManifestFile manifestFile) Sets a relatedManifestFileto the document to be validated.voidSignedDocumentValidator.setManifestFile(ManifestFile manifestFile) Method parameters in eu.europa.esig.dss.validation with type arguments of type ManifestFileModifier and TypeMethodDescriptionvoidContainerInfo.setManifestFiles(List<ManifestFile> manifestFiles) Sets a list of manifest files -
Uses of ManifestFile in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return ManifestFileModifier and TypeMethodDescriptionTimestampToken.getManifestFile()This method returns the covered manifest file NOTE: applicable only for ASiC-E CAdESMethods in eu.europa.esig.dss.validation.timestamp with parameters of type ManifestFileModifier and TypeMethodDescriptionvoidTimestampToken.setManifestFile(ManifestFile manifestFile) Sets the manifest file covered by the current timestamp NOTE: applicable only for ASiC-E CAdES