Class ContainerInfo

java.lang.Object
eu.europa.esig.dss.validation.ContainerInfo

public class ContainerInfo extends Object
Contains information about an ASiC container
  • Constructor Details

    • ContainerInfo

      public ContainerInfo()
      Default constructor instantiating object with null values
  • Method Details

    • getContainerType

      public ASiCContainerType getContainerType()
      Gets the ASiCContainerType
      Returns:
      ASiCContainerType
    • setContainerType

      public void setContainerType(ASiCContainerType containerType)
      Sets the ASiCContainerType
      Parameters:
      containerType - ASiCContainerType
    • getZipComment

      public String getZipComment()
      Gets the zip comment
      Returns:
      String
    • setZipComment

      public void setZipComment(String zipComment)
      Sets the zip comment
      Parameters:
      zipComment - String
    • getMimeTypeContent

      public String getMimeTypeContent()
      Gets mimetype file content
      Returns:
      String
    • setMimeTypeContent

      public void setMimeTypeContent(String mimeTypeContent)
      Sets mimetype file content
      Parameters:
      mimeTypeContent - String
    • isMimeTypeFilePresent

      public boolean isMimeTypeFilePresent()
      Returns if the mimetype file present
      Returns:
      TRUE if the mimetype present, FALSE otherwise
    • getSignedDocumentFilenames

      public List<String> getSignedDocumentFilenames()
      Returns a list of signed document filenames
      Returns:
      a list of Strings
    • setSignedDocumentFilenames

      public void setSignedDocumentFilenames(List<String> signedDocumentFilenames)
      Sets signed document filenames
      Parameters:
      signedDocumentFilenames - a list of Strings
    • getManifestFiles

      public List<ManifestFile> getManifestFiles()
      Gets a list of manifest files
      Returns:
      a list of ManifestFiles
    • setManifestFiles

      public void setManifestFiles(List<ManifestFile> manifestFiles)
      Sets a list of manifest files
      Parameters:
      manifestFiles - a list of manifest files