Uses of Class
eu.europa.esig.dss.asic.common.ASiCContent
Packages that use ASiCContent
Package
Description
- 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades
Methods in eu.europa.esig.dss.asic.cades with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCWithCAdESFilenameFactory.getArchiveManifestFilename(ASiCContent asicContent) Returns a new filename of an archive manifest file to be moved.DefaultASiCWithCAdESFilenameFactory.getArchiveManifestFilename(ASiCContent asicContent) SimpleASiCWithCAdESFilenameFactory.getArchiveManifestFilename(ASiCContent asicContent) ASiCWithCAdESFilenameFactory.getDataPackageFilename(ASiCContent asicContent) Returns a name of a ZIP archive containing signed documents in case of an ASiC-E signature, when applicableDefaultASiCWithCAdESFilenameFactory.getDataPackageFilename(ASiCContent asicContent) SimpleASiCWithCAdESFilenameFactory.getDataPackageFilename(ASiCContent asicContent) ASiCWithCAdESFilenameFactory.getManifestFilename(ASiCContent asicContent) Returns a filename of a manifest file to be createdDefaultASiCWithCAdESFilenameFactory.getManifestFilename(ASiCContent asicContent) SimpleASiCWithCAdESFilenameFactory.getManifestFilename(ASiCContent asicContent) ASiCWithCAdESFilenameFactory.getSignatureFilename(ASiCContent asicContent) Returns a filename for a signature file to be createdDefaultASiCWithCAdESFilenameFactory.getSignatureFilename(ASiCContent asicContent) SimpleASiCWithCAdESFilenameFactory.getSignatureFilename(ASiCContent asicContent) ASiCWithCAdESFilenameFactory.getTimestampFilename(ASiCContent asicContent) Returns a filename for a timestamp file to be createdDefaultASiCWithCAdESFilenameFactory.getTimestampFilename(ASiCContent asicContent) SimpleASiCWithCAdESFilenameFactory.getTimestampFilename(ASiCContent asicContent) protected StringSimpleASiCWithCAdESFilenameFactory.getValidArchiveManifestFilename(String archiveManifestFilename, ASiCContent asicContent) This method returns a valid archive manifest filename.protected StringSimpleASiCWithCAdESFilenameFactory.getValidManifestFilename(String manifestFilename, ASiCContent asicContent) This method returns a valid manifest filenameprotected StringSimpleASiCWithCAdESFilenameFactory.getValidSignatureFilename(String signatureFilename, ASiCContent asicContent) This method returns a valid signature filenameprotected StringSimpleASiCWithCAdESFilenameFactory.getValidTimestampFilename(String timestampFilename, ASiCContent asicContent) This method returns a valid timestamp filename - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.merge
Methods in eu.europa.esig.dss.asic.cades.merge with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCWithCAdESContainerMergerFactory.create(ASiCContent... asicContents) protected List<DSSDocument>AbstractASiCWithCAdESContainerMerger.getAllSignatureDocuments(ASiCContent... asicContents) This method returns all signature documents extracted from givenASiCContentcontainersprotected booleanAbstractASiCWithCAdESContainerMerger.isSupported(ASiCContent asicContent) protected booleanASiCEWithCAdESContainerMerger.isSupported(ASiCContent asicContent) booleanASiCSWithCAdESContainerMerger.isSupported(ASiCContent asicContent) booleanASiCWithCAdESContainerMergerFactory.isSupported(ASiCContent... asicContents) Constructors in eu.europa.esig.dss.asic.cades.merge with parameters of type ASiCContentModifierConstructorDescriptionprotectedAbstractASiCWithCAdESContainerMerger(ASiCContent... asicContents) This constructor is used to create an ASiC With CAdES from to givenASiCContentsASiCEWithCAdESContainerMerger(ASiCContent... asicContents) This constructor is used to create an ASiC-E With CAdES from to givenASiCContentsASiCSWithCAdESContainerMerger(ASiCContent... asicContents) This constructor is used to create an ASiC-S With CAdES from to givenASiCContents - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return ASiCContentModifier and TypeMethodDescriptionASiCWithCAdESLevelBaselineLTA.extend(ASiCContent asicContent, CAdESSignatureParameters parameters) ASiCWithCAdESLevelBaselineLTA.extend(ASiCContent asicContent, DigestAlgorithm digestAlgorithm) ExtendsasicContentwith an ArchiveManifest timestamp NOTE: This method is to be used for a direct timestamping with an ArchiveManifest, without in-depth signature attributes (the signature extension is still applied).ASiCWithCAdESSignatureExtension.extend(ASiCContent asicContent, CAdESSignatureParameters parameters) This method is used to extend signatures within theASiCContentMethods in eu.europa.esig.dss.asic.cades.signature with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected voidASiCWithCAdESService.assertAddSignaturePolicyStorePossible(ASiCContent asicContent) ASiCWithCAdESDataToSignHelperBuilder.build(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) This method is used to create aGetDataToSignASiCWithCAdESHelperfrom anASiCContentASiCWithCAdESLevelBaselineLTA.extend(ASiCContent asicContent, CAdESSignatureParameters parameters) ASiCWithCAdESLevelBaselineLTA.extend(ASiCContent asicContent, DigestAlgorithm digestAlgorithm) ExtendsasicContentwith an ArchiveManifest timestamp NOTE: This method is to be used for a direct timestamping with an ArchiveManifest, without in-depth signature attributes (the signature extension is still applied).ASiCWithCAdESSignatureExtension.extend(ASiCContent asicContent, CAdESSignatureParameters parameters) This method is used to extend signatures within theASiCContentprotected StringASiCWithCAdESDataToSignHelperBuilder.getDataPackageName(ASiCContent asicContent) protected abstract ASiCEWithCAdESManifestBuilderASiCWithCAdESDataToSignHelperBuilder.getManifestBuilder(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) This method returns aASiCEWithCAdESManifestBuilderto be used for a signed/timestamped manifest creationprotected ASiCEWithCAdESManifestBuilderASiCWithCAdESSignatureDataToSignHelperBuilder.getManifestBuilder(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) protected booleanASiCWithCAdESSignatureExtension.isCoveredByManifest(ASiCContent asicContent, DSSDocument signature) Verifies whether thesignaturedocument is covered by an Archive Manifest - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.signature.asice
Constructors in eu.europa.esig.dss.asic.cades.signature.asice with parameters of type ASiCContentModifierConstructorDescriptionDataToSignASiCEWithCAdESHelper(ASiCContent asicContent, DSSDocument toBeSigned) The default constructor - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.signature.asics
Constructors in eu.europa.esig.dss.asic.cades.signature.asics with parameters of type ASiCContentModifierConstructorDescriptionprotectedAbstractGetDataToSignASiCSWithCAdES(ASiCContent asicContent) The default constructorDataToSignASiCSWithCAdESFromArchive(ASiCContent asicContent) Default constructorDataToSignASiCSWithCAdESFromFiles(ASiCContent asicContent) The default constructor - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.signature.manifest
Constructors in eu.europa.esig.dss.asic.cades.signature.manifest with parameters of type ASiCContentModifierConstructorDescriptionASiCEWithCAdESArchiveManifestBuilder(ASiCContent asicContent, DSSDocument lastArchiveManifest, DigestAlgorithm digestAlgorithm, String timestampFileUri) The default constructorprotectedASiCEWithCAdESManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorprotectedASiCEWithCAdESManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESSignatureManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorASiCWithCAdESSignatureManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESTimestampManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorASiCWithCAdESTimestampManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factory - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.timestamp
Methods in eu.europa.esig.dss.asic.cades.timestamp that return ASiCContentModifier and TypeMethodDescriptionASiCWithCAdESTimestampService.timestamp(ASiCContent asicContent, ASiCWithCAdESTimestampParameters parameters) This method is used to add a timestamp to the givenASiCContentMethods in eu.europa.esig.dss.asic.cades.timestamp with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected ASiCEWithCAdESManifestBuilderASiCWithCAdESTimestampDataToSignHelperBuilder.getManifestBuilder(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) ASiCWithCAdESTimestampService.timestamp(ASiCContent asicContent, ASiCWithCAdESTimestampParameters parameters) This method is used to add a timestamp to the givenASiCContent - 
Uses of ASiCContent in eu.europa.esig.dss.asic.cades.validation
Methods in eu.europa.esig.dss.asic.cades.validation with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCContainerWithCAdESValidatorFactory.create(ASiCContent asicContent) Creates aSignedDocumentValidatorfor the givenasicContentstatic DSSDocumentASiCWithCAdESUtils.getSignedDocument(ASiCContent extractResult, String signatureFilename) Returns a list of signed documents by a signature with a givensignatureFilenamebooleanASiCContainerWithCAdESValidator.isSupported(ASiCContent asicContent) booleanASiCContainerWithCAdESValidatorFactory.isSupported(ASiCContent asicContent) Verifies whether the providedASiCContentis supported by the underlying validator's classConstructors in eu.europa.esig.dss.asic.cades.validation with parameters of type ASiCContentModifierConstructorDescriptionASiCContainerWithCAdESValidator(ASiCContent asicContent) The constructor withASiCContent - 
Uses of ASiCContent in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return ASiCContentModifier and TypeMethodDescriptionstatic ASiCContentASiCUtils.ensureMimeTypeAndZipComment(ASiCContent asicContent, ASiCParameters asicParameters) This method is used to ensure the mimetype file and zip-comment are present within the givenASiCContent.AbstractASiCContainerExtractor.extract()Extracts a content (documents) embedded into theasicContainerMethods in eu.europa.esig.dss.asic.common with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected voidAbstractASiCFilenameFactory.assertASiCContentIsValid(ASiCContent asicContent) This method is used to verify whether the providedasicContentcontains all the required information for a new filename determinationZipUtils.createZipArchive(ASiCContent asicContent, Date creationTime) Creates a ZIP-Archive with the givenasicContentstatic ASiCContentASiCUtils.ensureMimeTypeAndZipComment(ASiCContent asicContent, ASiCParameters asicParameters) This method is used to ensure the mimetype file and zip-comment are present within the givenASiCContent.static ASiCContainerTypeASiCUtils.getContainerType(ASiCContent asicContent) Returns container typestatic List<DSSDocument>ASiCUtils.getRootLevelSignedDocuments(ASiCContent asicContent) This method retrieves signed document from a root level of the container (used for ASiC-E container)protected StringAbstractASiCFilenameFactory.getValidDataPackageFilename(String dataPackageFilename, ASiCContent asicContent) This method returns a valid data package filenamestatic booleanASiCUtils.isASiCEContainer(ASiCContent asicContent) This method verifies whether the givenASiCContentis of ASiC-E format typestatic booleanASiCUtils.isASiCSContainer(ASiCContent asicContent) This method verifies whether the givenASiCContentis of ASiC-S format type - 
Uses of ASiCContent in eu.europa.esig.dss.asic.common.merge
Fields in eu.europa.esig.dss.asic.common.merge declared as ASiCContentModifier and TypeFieldDescriptionprotected ASiCContent[]DefaultContainerMerger.asicContentsAn array of ASiC contents representing containers to be mergedMethods in eu.europa.esig.dss.asic.common.merge that return ASiCContentModifier and TypeMethodDescriptionprotected ASiCContentDefaultContainerMerger.createEmptyContainer()This method creates an empty containerprotected ASiCContentDefaultContainerMerger.createMergedResult()This method creates a newASiCContentby merging the given containersASiCContainerMerger.mergeToASiCContent()Merges given containers to a singleASiCContent, when possibleDefaultContainerMerger.mergeToASiCContent()Methods in eu.europa.esig.dss.asic.common.merge with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCContainerMergerFactory.create(ASiCContent... asicContents) Creates a newASiCContainerMergerfor the givenASiCContentsstatic ASiCContainerMergerDefaultContainerMerger.fromASiCContents(ASiCContent... asicContents) This method loads a relevantASiCContainerMergerto be used to merge givenASiCContentsbooleanASiCContainerMerger.isSupported(ASiCContent... asicContents) Returns whether the format of given containers is supported by the currentASiCContainerMergerbooleanASiCContainerMergerFactory.isSupported(ASiCContent... asicContents) Returns whether the format of given containers is supported by the currentASiCContainerMergerprotected abstract booleanDefaultContainerMerger.isSupported(ASiCContent asicContent) This method verifies whether the providedASiCContentis supported by the current classbooleanDefaultContainerMerger.isSupported(ASiCContent... asicContents) Constructors in eu.europa.esig.dss.asic.common.merge with parameters of type ASiCContentModifierConstructorDescriptionprotectedDefaultContainerMerger(ASiCContent... asicContents) This constructor is used to create anASiCContainerMergerfrom to givenASiCContents - 
Uses of ASiCContent in eu.europa.esig.dss.asic.common.signature
Fields in eu.europa.esig.dss.asic.common.signature declared as ASiCContentModifier and TypeFieldDescriptionprotected final ASiCContentAbstractGetDataToSignHelper.asicContentThe content of the ASiC containerMethods in eu.europa.esig.dss.asic.common.signature that return ASiCContentModifier and TypeMethodDescriptionAbstractASiCContentBuilder.build(List<DSSDocument> documents, ASiCContainerType asicContainerType) Builds theASiCContentfrom theprotected ASiCContentAbstractASiCSignatureService.extractCurrentArchive(DSSDocument archive) Extracts the content (documents) of the ASiC containerASiCCounterSignatureHelper.getAsicContent()ReturnsASiCContentMethods in eu.europa.esig.dss.asic.common.signature with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected voidAbstractASiCSignatureService.assertAddSignaturePolicyStorePossible(ASiCContent asicContent) Verifies if incorporation of a SignaturePolicyStore is possibleprotected DSSDocumentAbstractASiCSignatureService.buildASiCContainer(ASiCContent asicContent, Date creationTime) Creates a ZIP-Archive by copying the provided documents to the new containerprotected abstract StringAbstractASiCDataToSignHelperBuilder.getDataPackageName(ASiCContent asicContent) This method returns a name for a package zip container, containing the original signer dataConstructors in eu.europa.esig.dss.asic.common.signature with parameters of type ASiCContentModifierConstructorDescriptionprotectedAbstractGetDataToSignHelper(ASiCContent asicContent) The default constructor - 
Uses of ASiCContent in eu.europa.esig.dss.asic.common.signature.asics
Constructors in eu.europa.esig.dss.asic.common.signature.asics with parameters of type ASiCContentModifierConstructorDescriptionprotectedAbstractGetDataToSignASiCS(ASiCContent asicContent) The default constructor - 
Uses of ASiCContent in eu.europa.esig.dss.asic.common.validation
Fields in eu.europa.esig.dss.asic.common.validation declared as ASiCContentModifier and TypeFieldDescriptionprotected ASiCContentAbstractASiCContainerValidator.asicContentThe container extraction resultMethods in eu.europa.esig.dss.asic.common.validation with parameters of type ASiCContentModifier and TypeMethodDescriptionabstract booleanAbstractASiCContainerValidator.isSupported(ASiCContent asicContent) Checks if theASiCContentis supported by the current validatorConstructors in eu.europa.esig.dss.asic.common.validation with parameters of type ASiCContentModifierConstructorDescriptionprotectedAbstractASiCContainerValidator(ASiCContent asicContent) The constructor withASiCContentprotectedAbstractASiCContainerValidator(ASiCContent asicContent, SignatureScopeFinder<?> signatureScopeFinder) Constructor with aASiCContent - 
Uses of ASiCContent in eu.europa.esig.dss.asic.xades
Methods in eu.europa.esig.dss.asic.xades with parameters of type ASiCContentModifier and TypeMethodDescriptionstatic List<DSSDocument>OpenDocumentSupportUtils.getOpenDocumentCoverage(ASiCContent asicContent) ODF 1.2 ch 3.16 An OpenDocument document that is stored in a package may have one or more digital signatures applied to the package. - 
Uses of ASiCContent in eu.europa.esig.dss.asic.xades.merge
Methods in eu.europa.esig.dss.asic.xades.merge with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCWithXAdESContainerMergerFactory.create(ASiCContent... asicContents) protected booleanAbstractASiCWithXAdESContainerMerger.isSupported(ASiCContent asicContent) protected booleanASiCEWithXAdESContainerMerger.isSupported(ASiCContent asicContent) protected booleanASiCSWithXAdESContainerMerger.isSupported(ASiCContent asicContent) booleanASiCWithXAdESContainerMergerFactory.isSupported(ASiCContent... asicContents) Constructors in eu.europa.esig.dss.asic.xades.merge with parameters of type ASiCContentModifierConstructorDescriptionprotectedAbstractASiCWithXAdESContainerMerger(ASiCContent... asicContents) This constructor is used to create an ASiC With XAdES from to givenASiCContentsASiCEWithXAdESContainerMerger(ASiCContent... asicContents) This constructor is used to create an ASiC-E With XAdES from to givenASiCContentsASiCSWithXAdESContainerMerger(ASiCContent... asicContents) This constructor is used to create an ASiC-S With XAdES from to givenASiCContents - 
Uses of ASiCContent in eu.europa.esig.dss.asic.xades.signature
Methods in eu.europa.esig.dss.asic.xades.signature with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCWithXAdESDataToSignHelperBuilder.build(ASiCContent asicContent, ASiCWithXAdESSignatureParameters parameters) This method is used to create aGetDataToSignASiCWithXAdESHelperfrom anASiCContentASiCWithXAdESFilenameFactory.getDataPackageFilename(ASiCContent asicContent) Returns a name of a ZIP archive containing signed documents in case of an ASiC-E signature, when applicableDefaultASiCWithXAdESFilenameFactory.getDataPackageFilename(ASiCContent asicContent) SimpleASiCWithXAdESFilenameFactory.getDataPackageFilename(ASiCContent asicContent) protected StringASiCWithXAdESDataToSignHelperBuilder.getDataPackageName(ASiCContent asicContent) protected List<DSSDocument>ASiCWithXAdESService.getDetachedContents(ASiCContent asicContent, boolean isOpenDocument) This method returns a detached contents to be used for a signature validationASiCWithXAdESFilenameFactory.getManifestFilename(ASiCContent asicContent) Returns a filename of a manifest file to be createdDefaultASiCWithXAdESFilenameFactory.getManifestFilename(ASiCContent asicContent) SimpleASiCWithXAdESFilenameFactory.getManifestFilename(ASiCContent asicContent) ASiCWithXAdESFilenameFactory.getSignatureFilename(ASiCContent asicContent) Returns a filename for a signature file to be createdDefaultASiCWithXAdESFilenameFactory.getSignatureFilename(ASiCContent asicContent) SimpleASiCWithXAdESFilenameFactory.getSignatureFilename(ASiCContent asicContent) protected StringSimpleASiCWithXAdESFilenameFactory.getValidManifestFilename(String manifestFilename, ASiCContent asicContent) This method returns a valid manifest filenameprotected StringSimpleASiCWithXAdESFilenameFactory.getValidSignatureFilename(String signatureFilename, ASiCContent asicContent) This method returns a valid signature filename - 
Uses of ASiCContent in eu.europa.esig.dss.asic.xades.signature.asice
Constructors in eu.europa.esig.dss.asic.xades.signature.asice with parameters of type ASiCContentModifierConstructorDescriptionDataToSignASiCEWithXAdESHelper(ASiCContent asicContent) The default constructorDataToSignOpenDocumentHelper(ASiCContent asicContent) The default constructor - 
Uses of ASiCContent in eu.europa.esig.dss.asic.xades.signature.asics
Constructors in eu.europa.esig.dss.asic.xades.signature.asics with parameters of type ASiCContentModifierConstructorDescriptionDataToSignASiCSWithXAdESHelper(ASiCContent asicContent) The default constructor - 
Uses of ASiCContent in eu.europa.esig.dss.asic.xades.validation
Methods in eu.europa.esig.dss.asic.xades.validation with parameters of type ASiCContentModifier and TypeMethodDescriptionASiCContainerWithXAdESValidatorFactory.create(ASiCContent asicContent) Creates aSignedDocumentValidatorfor the givenasicContentbooleanASiCContainerWithXAdESValidator.isSupported(ASiCContent asicContent) booleanASiCContainerWithXAdESValidatorFactory.isSupported(ASiCContent asicContent) Verifies whether the providedASiCContentis supported by the underlying validator's classConstructors in eu.europa.esig.dss.asic.xades.validation with parameters of type ASiCContentModifierConstructorDescriptionASiCContainerWithXAdESValidator(ASiCContent asicContent) The constructor fromASiCContent