Package eu.europa.esig.dss.validation
Class ManifestEntry
java.lang.Object
eu.europa.esig.dss.validation.ManifestEntry
public class ManifestEntry extends Object
-
Constructor Summary
Constructors Constructor Description ManifestEntry() -
Method Summary
Modifier and Type Method Description DigestgetDigest()StringgetFileName()MimeTypegetMimeType()booleanisFound()booleanisIntact()booleanisRootfile()voidsetDigest(Digest digest)voidsetFileName(String fileName)voidsetFound(boolean found)voidsetIntact(boolean intact)voidsetMimeType(MimeType mimeType)voidsetRootfile(boolean rootfile)
-
Constructor Details
-
ManifestEntry
public ManifestEntry()
-
-
Method Details
-
getFileName
-
setFileName
-
getMimeType
-
setMimeType
-
getDigest
-
setDigest
-
isFound
public boolean isFound() -
setFound
public void setFound(boolean found) -
isIntact
public boolean isIntact() -
setIntact
public void setIntact(boolean intact) -
isRootfile
public boolean isRootfile() -
setRootfile
public void setRootfile(boolean rootfile)
-