Interface ASiCContainerExtractor
- All Known Implementing Classes:
ASiCWithCAdESContainerExtractor
,ASiCWithXAdESContainerExtractor
,DefaultASiCContainerExtractor
public interface ASiCContainerExtractor
Extracts documents from a provided ZIP archive and produces a
eu.europa.esig.dss.asic.common.ASiCContent
,
containing the representation of the archive's content-
Method Summary
Modifier and TypeMethodDescriptionextract()
Extracts a content (documents) embedded into theasicContainer
boolean
Verifies whether the container format is supported by the current implementation
-
Method Details
-
extract
ASiCContent extract()Extracts a content (documents) embedded into theasicContainer
- Returns:
ASiCContent
-
isSupportedContainerFormat
boolean isSupportedContainerFormat()Verifies whether the container format is supported by the current implementation- Returns:
- TRUE if the container format is valid and supported, FALSE otherwise
-