Uses of Class
eu.europa.esig.dss.validation.ManifestFile
-
Uses of ManifestFile in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return ManifestFile Modifier and Type Method Description ManifestFileASiCWithCAdESCounterSignatureHelper. 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 ManifestFile Modifier and Type Method Description ManifestFileASiCEWithCAdESTimestampValidator. getCoveredManifest()Returns the coveredManifestFilestatic 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. getManifestFilesDescriptions()Constructors in eu.europa.esig.dss.asic.cades.validation with parameters of type ManifestFile Constructor Description ASiCEWithCAdESManifestValidator(ManifestFile manifest, List<DSSDocument> signedDocuments)The default constructorASiCEWithCAdESTimestampValidator(DSSDocument timestamp, TimestampType type, ManifestFile validatedManifestFile, List<DSSDocument> originalDocuments)Default constructor for ASiCE CAdES timestamp validator -
Uses of ManifestFile in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature that return ManifestFile Modifier and Type Method Description ManifestFileASiCCounterSignatureHelper. 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 ManifestFile Modifier and Type Method Description List<ManifestFile>AbstractASiCContainerValidator. 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 ManifestFile Modifier and Type Method Description ManifestFileASiCEWithXAdESManifestParser. getManifest()Returns a parsedManifestFileMethods 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. getManifestFilesDescriptions() -
Uses of ManifestFile in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature with parameters of type ManifestFile Modifier and Type Method Description voidCAdESCounterSignatureBuilder. 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 ManifestFile Modifier and Type Field Description protected 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 ManifestFile Modifier and Type Method Description ManifestFileAdvancedSignature. getManifestFile()This method returns a relatedManifestFilein the case of ASiC-E signature.ManifestFileDefaultAdvancedSignature. getManifestFile()Methods in eu.europa.esig.dss.validation that return types with arguments of type ManifestFile Modifier and Type Method Description List<ManifestFile>ContainerInfo. getManifestFiles()Gets a list of manifest filesMethods in eu.europa.esig.dss.validation with parameters of type ManifestFile Modifier and Type Method Description voidAdvancedSignature. 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 ManifestFile Modifier and Type Method Description voidContainerInfo. 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 ManifestFile Modifier and Type Method Description ManifestFileTimestampToken. 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 ManifestFile Modifier and Type Method Description voidTimestampToken. setManifestFile(ManifestFile manifestFile)Sets the manifest file covered by the current timestamp NOTE: applicable only for ASiC-E CAdES