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 boolean
isAllowedArchiveManifest(String entryName)
protected boolean
isAllowedManifest(String entryName)
protected boolean
isAllowedSignature(String entryName)
protected boolean
isAllowedTimestamp(String entryName)
Methods inherited from class eu.europa.esig.dss.asic.common.AbstractASiCContainerExtractor
extract, getZipComment
-
Constructor Details
-
Method Details
-
isAllowedManifest
- Specified by:
isAllowedManifest
in classAbstractASiCContainerExtractor
-
isAllowedArchiveManifest
- Specified by:
isAllowedArchiveManifest
in classAbstractASiCContainerExtractor
-
isAllowedTimestamp
- Specified by:
isAllowedTimestamp
in classAbstractASiCContainerExtractor
-
isAllowedSignature
- Specified by:
isAllowedSignature
in classAbstractASiCContainerExtractor
-