Class ASiCWithXAdESContainerExtractor
java.lang.Object
eu.europa.esig.dss.asic.common.extract.DefaultASiCContainerExtractor
eu.europa.esig.dss.asic.xades.extract.ASiCWithXAdESContainerExtractor
- All Implemented Interfaces:
ASiCContainerExtractor
The class is used to extract the content (documents) embedded into an ASiC with XAdES 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 booleanisAllowedEvidenceRecord(String entryName) Checks if the givenStringfile name represents an allowed evidence record document name for the current ASiC container formatprotected booleanisAllowedEvidenceRecordManifest(String entryName) Checks if the givenStringfile name represents an allowed evidence record 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.extract.DefaultASiCContainerExtractor
extract, fromDocument
-
Constructor Details
-
ASiCWithXAdESContainerExtractor
The default constructor- Parameters:
archive-DSSDocumentrepresenting the container
-
-
Method Details
-
isAllowedManifest
Description copied from class:DefaultASiCContainerExtractorChecks if the givenStringfile name represents an allowed manifest name for the current ASiC container format- Specified by:
isAllowedManifestin classDefaultASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed manifest document name, FALSE otherwise
-
isAllowedArchiveManifest
Description copied from class:DefaultASiCContainerExtractorChecks if the givenStringfile name represents an allowed archive manifest name for the current ASiC container format- Specified by:
isAllowedArchiveManifestin classDefaultASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed archive manifest document name, FALSE otherwise
-
isAllowedEvidenceRecordManifest
Description copied from class:DefaultASiCContainerExtractorChecks if the givenStringfile name represents an allowed evidence record manifest name for the current ASiC container format- Specified by:
isAllowedEvidenceRecordManifestin classDefaultASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed evidence record manifest document name, FALSE otherwise
-
isAllowedSignature
Description copied from class:DefaultASiCContainerExtractorChecks if the givenStringfile name represents an allowed signature document name for the current ASiC container format- Specified by:
isAllowedSignaturein classDefaultASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed signature document name, FALSE otherwise
-
isAllowedTimestamp
Description copied from class:DefaultASiCContainerExtractorChecks if the givenStringfile name represents an allowed timestamp document name for the current ASiC container format- Specified by:
isAllowedTimestampin classDefaultASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed timestamp document name, FALSE otherwise
-
isAllowedEvidenceRecord
Description copied from class:DefaultASiCContainerExtractorChecks if the givenStringfile name represents an allowed evidence record document name for the current ASiC container format- Specified by:
isAllowedEvidenceRecordin classDefaultASiCContainerExtractor- Parameters:
entryName-Stringdocument name to check- Returns:
- TRUE if the name represents an allowed evidence record document name, FALSE otherwise
-