Package eu.europa.esig.dss.validation
Class ContainerInfo
java.lang.Object
eu.europa.esig.dss.validation.ContainerInfo
public class ContainerInfo extends Object
-
Constructor Summary
Constructors Constructor Description ContainerInfo()
-
Method Summary
Modifier and Type Method Description ASiCContainerType
getContainerType()
List<ManifestFile>
getManifestFiles()
String
getMimeTypeContent()
List<String>
getSignedDocumentFilenames()
String
getZipComment()
boolean
isMimeTypeFilePresent()
void
setContainerType(ASiCContainerType containerType)
void
setManifestFiles(List<ManifestFile> manifestFiles)
void
setMimeTypeContent(String mimeTypeContent)
void
setMimeTypeFilePresent(boolean mimeTypeFilePresent)
void
setSignedDocumentFilenames(List<String> signedDocumentFilenames)
void
setZipComment(String zipComment)
-
Constructor Details
-
ContainerInfo
public ContainerInfo()
-
-
Method Details
-
getContainerType
-
setContainerType
-
getZipComment
-
setZipComment
-
isMimeTypeFilePresent
public boolean isMimeTypeFilePresent() -
setMimeTypeFilePresent
public void setMimeTypeFilePresent(boolean mimeTypeFilePresent) -
getMimeTypeContent
-
setMimeTypeContent
-
getSignedDocumentFilenames
-
setSignedDocumentFilenames
-
getManifestFiles
-
setManifestFiles
-