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
The class is used to extract the content (documents) embedded into an ASiC with CAdES container
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAllowedArchiveManifest(String entryName) Checks if the givenStringfile name represents an allowed archive manifest name for the current ASiC container formatprotected booleanisAllowedManifest(String entryName) Checks if the givenStringfile name represents an allowed manifest name for the current ASiC container formatprotected booleanisAllowedSignature(String entryName) Checks if the givenStringfile name represents an allowed signature document name for the current ASiC container formatprotected booleanisAllowedTimestamp(String entryName) Checks if the givenStringfile name represents an allowed timestamp document name for the current ASiC container formatMethods inherited from class eu.europa.esig.dss.asic.common.AbstractASiCContainerExtractor
extract
-
Constructor Details
-
ASiCWithCAdESContainerExtractor
The default constructor- Parameters:
archive-DSSDocumentrepresenting an ASiC with CAdES container
-
-
Method Details
-
isAllowedManifest
Description copied from class:AbstractASiCContainerExtractorChecks if the givenStringfile name represents an allowed manifest name for the current ASiC container format- Specified by:
isAllowedManifestin classAbstractASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed manifest document name, FALSE otherwise
-
isAllowedArchiveManifest
Description copied from class:AbstractASiCContainerExtractorChecks if the givenStringfile name represents an allowed archive manifest name for the current ASiC container format- Specified by:
isAllowedArchiveManifestin classAbstractASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed archive manifest document name, FALSE otherwise
-
isAllowedTimestamp
Description copied from class:AbstractASiCContainerExtractorChecks if the givenStringfile name represents an allowed timestamp document name for the current ASiC container format- Specified by:
isAllowedTimestampin classAbstractASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed timestamp document name, FALSE otherwise
-
isAllowedSignature
Description copied from class:AbstractASiCContainerExtractorChecks if the givenStringfile name represents an allowed signature document name for the current ASiC container format- Specified by:
isAllowedSignaturein classAbstractASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed signature document name, FALSE otherwise
-