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 ManifestFile
ASiCWithCAdESCounterSignatureHelper. 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 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. 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 ManifestFile
ASiCCounterSignatureHelper. 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 ManifestFile
ASiCEWithXAdESManifestParser. getManifest()
Returns a parsedManifestFile
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. 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 void
CAdESCounterSignatureBuilder. 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 ManifestFile
DefaultAdvancedSignature. manifestFile
In case of a ASiC-E signature this is the found related manifest file.protected ManifestFile
SignedDocumentValidator. manifestFile
A relatedManifestFile
to the provideddocument
Methods in eu.europa.esig.dss.validation that return ManifestFile Modifier and Type Method Description ManifestFile
AdvancedSignature. getManifestFile()
This method returns a relatedManifestFile
in the case of ASiC-E signature.ManifestFile
DefaultAdvancedSignature. 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 void
AdvancedSignature. setManifestFile(ManifestFile manifestFile)
This method allows to set a manifest file in the case of ASiC-E signature.void
DefaultAdvancedSignature. setManifestFile(ManifestFile manifestFile)
void
DocumentValidator. setManifestFile(ManifestFile manifestFile)
Sets a relatedManifestFile
to the document to be validated.void
SignedDocumentValidator. setManifestFile(ManifestFile manifestFile)
Method parameters in eu.europa.esig.dss.validation with type arguments of type ManifestFile Modifier and Type Method Description void
ContainerInfo. 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 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