Package eu.europa.esig.dss.asic.cades
Class ASiCWithCAdESContainerExtractor
- java.lang.Object
-
- eu.europa.esig.dss.asic.common.AbstractASiCContainerExtractor
-
- eu.europa.esig.dss.asic.cades.ASiCWithCAdESContainerExtractor
-
public class ASiCWithCAdESContainerExtractor extends AbstractASiCContainerExtractor
-
-
Constructor Summary
Constructors Constructor Description ASiCWithCAdESContainerExtractor(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
-
ASiCWithCAdESContainerExtractor
public ASiCWithCAdESContainerExtractor(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
-
-