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 Digest
getDigest()
String
getFileName()
MimeType
getMimeType()
boolean
isFound()
boolean
isIntact()
boolean
isRootfile()
void
setDigest(Digest digest)
void
setFileName(String fileName)
void
setFound(boolean found)
void
setIntact(boolean intact)
void
setMimeType(MimeType mimeType)
void
setRootfile(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)
-