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 ManifestFile
ASiCEWithCAdESTimestampValidator. getCoveredManifest()
Returns the coveredManifestFile
static ManifestFile
ASiCEWithCAdESManifestParser. getManifestFile(DSSDocument manifestDocument)
Parses and convertsDSSDocument
toManifestFile
Methods 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)
ASiCEWithCAdESTimestampValidator(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.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()
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 ManifestFile
ASiCEWithXAdESManifestParser. 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. manifestFiles
In case of a ASiC-E signature this is the list of found manifest files.protected List<ManifestFile>
SignedDocumentValidator. manifestFiles
List of all foundManifestFile
sMethods 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 void
AdvancedSignature. setManifestFiles(List<ManifestFile> manifestFiles)
This method allows to set the manifest files in the case of ASiC-E signature.void
ContainerInfo. setManifestFiles(List<ManifestFile> manifestFiles)
void
DefaultAdvancedSignature. setManifestFiles(List<ManifestFile> manifestFiles)
void
DocumentValidator. setManifestFiles(List<ManifestFile> manifestFiles)
Sets theList
ofManifestFile
s found in the signature file.void
SignedDocumentValidator. setManifestFiles(List<ManifestFile> manifestFiles)
-
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 ManifestFile
TimestampToken. 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 void
TimestampToken. setManifestFile(ManifestFile manifestFile)
Sets the manifest file covered by the current timestamp NOTE: applicable only for ASiC-E CAdES