Class ASiCWithXAdESContainerExtractorFactory
java.lang.Object
eu.europa.esig.dss.asic.xades.extract.ASiCWithXAdESContainerExtractorFactory
- All Implemented Interfaces:
ASiCContainerExtractorFactory
public class ASiCWithXAdESContainerExtractorFactory
extends Object
implements ASiCContainerExtractorFactory
This class is used to load a corresponding
eu.europa.esig.dss.asic.common.merge.ASiCContainerMerger
for an ASiC with XAdES container-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(DSSDocument asicContainer) Creates a newASiCContainerExtractor
for the given ZIP-archive containerboolean
isSupported
(DSSDocument asicContainer) Returns whether the format of given ASiC document is supported by the currentASiCContainerExtractor
-
Constructor Details
-
ASiCWithXAdESContainerExtractorFactory
public ASiCWithXAdESContainerExtractorFactory()Default constructor
-
-
Method Details
-
isSupported
Description copied from interface:ASiCContainerExtractorFactory
Returns whether the format of given ASiC document is supported by the currentASiCContainerExtractor
- Specified by:
isSupported
in interfaceASiCContainerExtractorFactory
- Parameters:
asicContainer
-DSSDocument
, which content should be extracted- Returns:
- TRUE if the document is supported by the current implementation, FALSE otherwise
-
create
Description copied from interface:ASiCContainerExtractorFactory
Creates a newASiCContainerExtractor
for the given ZIP-archive container- Specified by:
create
in interfaceASiCContainerExtractorFactory
- Parameters:
asicContainer
-DSSDocument
, representing a ZIP-containers to be extracted- Returns:
ASiCContainerExtractor
to be used to extract content of the ASiC container
-