Package eu.europa.esig.dss.asic.xades
Class ASiCWithXAdESContainerExtractor
- java.lang.Object
-
- eu.europa.esig.dss.asic.common.AbstractASiCContainerExtractor
-
- eu.europa.esig.dss.asic.xades.ASiCWithXAdESContainerExtractor
-
public class ASiCWithXAdESContainerExtractor extends AbstractASiCContainerExtractor
-
-
Constructor Summary
Constructors Constructor Description ASiCWithXAdESContainerExtractor(DSSDocument archive)
-
Method Summary
Modifier and Type Method Description protected booleanisAllowedArchiveManifest(String entryName)protected booleanisAllowedManifest(String entryName)protected booleanisAllowedSignature(String entryName)protected booleanisAllowedTimestamp(String entryName)-
Methods inherited from class eu.europa.esig.dss.asic.common.AbstractASiCContainerExtractor
extract, getZipComment
-
-
-
-
Constructor Detail
-
ASiCWithXAdESContainerExtractor
public ASiCWithXAdESContainerExtractor(DSSDocument archive)
-
-
Method Detail
-
isAllowedManifest
protected boolean isAllowedManifest(String entryName)
- Specified by:
isAllowedManifestin classAbstractASiCContainerExtractor
-
isAllowedArchiveManifest
protected boolean isAllowedArchiveManifest(String entryName)
- Specified by:
isAllowedArchiveManifestin classAbstractASiCContainerExtractor
-
isAllowedTimestamp
protected boolean isAllowedTimestamp(String entryName)
- Specified by:
isAllowedTimestampin classAbstractASiCContainerExtractor
-
isAllowedSignature
protected boolean isAllowedSignature(String entryName)
- Specified by:
isAllowedSignaturein classAbstractASiCContainerExtractor
-
-