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 String
SimpleASiCWithCAdESFilenameFactory.getValidArchiveManifestFilename
(String archiveManifestFilename, ASiCContent asicContent) This method returns a valid archive manifest filename.protected String
SimpleASiCWithCAdESFilenameFactory.getValidManifestFilename
(String manifestFilename, ASiCContent asicContent) This method returns a valid manifest filenameprotected String
SimpleASiCWithCAdESFilenameFactory.getValidSignatureFilename
(String signatureFilename, ASiCContent asicContent) This method returns a valid signature filenameprotected String
SimpleASiCWithCAdESFilenameFactory.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 givenASiCContent
containersprotected boolean
AbstractASiCWithCAdESContainerMerger.isSupported
(ASiCContent asicContent) protected boolean
ASiCEWithCAdESContainerMerger.isSupported
(ASiCContent asicContent) boolean
ASiCSWithCAdESContainerMerger.isSupported
(ASiCContent asicContent) boolean
ASiCWithCAdESContainerMergerFactory.isSupported
(ASiCContent... asicContents) Constructors in eu.europa.esig.dss.asic.cades.merge with parameters of type ASiCContentModifierConstructorDescriptionprotected
AbstractASiCWithCAdESContainerMerger
(ASiCContent... asicContents) This constructor is used to create an ASiC With CAdES from to givenASiCContent
sASiCEWithCAdESContainerMerger
(ASiCContent... asicContents) This constructor is used to create an ASiC-E With CAdES from to givenASiCContent
sASiCSWithCAdESContainerMerger
(ASiCContent... asicContents) This constructor is used to create an ASiC-S With CAdES from to givenASiCContent
s -
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) ExtendsasicContent
with 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 theASiCContent
Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected void
ASiCWithCAdESService.assertAddSignaturePolicyStorePossible
(ASiCContent asicContent) ASiCWithCAdESDataToSignHelperBuilder.build
(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) This method is used to create aGetDataToSignASiCWithCAdESHelper
from anASiCContent
ASiCWithCAdESLevelBaselineLTA.extend
(ASiCContent asicContent, CAdESSignatureParameters parameters) ASiCWithCAdESLevelBaselineLTA.extend
(ASiCContent asicContent, DigestAlgorithm digestAlgorithm) ExtendsasicContent
with 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 theASiCContent
protected String
ASiCWithCAdESDataToSignHelperBuilder.getDataPackageName
(ASiCContent asicContent) protected abstract ASiCEWithCAdESManifestBuilder
ASiCWithCAdESDataToSignHelperBuilder.getManifestBuilder
(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) This method returns aASiCEWithCAdESManifestBuilder
to be used for a signed/timestamped manifest creationprotected ASiCEWithCAdESManifestBuilder
ASiCWithCAdESSignatureDataToSignHelperBuilder.getManifestBuilder
(ASiCContent asicContent, ASiCWithCAdESCommonParameters parameters) protected boolean
ASiCWithCAdESSignatureExtension.isCoveredByManifest
(ASiCContent asicContent, DSSDocument signature) Verifies whether thesignature
document 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 ASiCContentModifierConstructorDescriptionprotected
AbstractGetDataToSignASiCSWithCAdES
(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 constructorprotected
ASiCEWithCAdESManifestBuilder
(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorprotected
ASiCEWithCAdESManifestBuilder
(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 givenASiCContent
Methods in eu.europa.esig.dss.asic.cades.timestamp with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected ASiCEWithCAdESManifestBuilder
ASiCWithCAdESTimestampDataToSignHelperBuilder.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 aSignedDocumentValidator
for the givenasicContent
static DSSDocument
ASiCWithCAdESUtils.getSignedDocument
(ASiCContent extractResult, String signatureFilename) Returns a list of signed documents by a signature with a givensignatureFilename
boolean
ASiCContainerWithCAdESValidator.isSupported
(ASiCContent asicContent) boolean
ASiCContainerWithCAdESValidatorFactory.isSupported
(ASiCContent asicContent) Verifies whether the providedASiCContent
is 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 ASiCContent
ASiCUtils.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 theasicContainer
Methods in eu.europa.esig.dss.asic.common with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected void
AbstractASiCFilenameFactory.assertASiCContentIsValid
(ASiCContent asicContent) This method is used to verify whether the providedasicContent
contains all the required information for a new filename determinationZipUtils.createZipArchive
(ASiCContent asicContent, Date creationTime) Creates a ZIP-Archive with the givenasicContent
static ASiCContent
ASiCUtils.ensureMimeTypeAndZipComment
(ASiCContent asicContent, ASiCParameters asicParameters) This method is used to ensure the mimetype file and zip-comment are present within the givenASiCContent
.static ASiCContainerType
ASiCUtils.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 String
AbstractASiCFilenameFactory.getValidDataPackageFilename
(String dataPackageFilename, ASiCContent asicContent) This method returns a valid data package filenamestatic boolean
ASiCUtils.isASiCEContainer
(ASiCContent asicContent) This method verifies whether the givenASiCContent
is of ASiC-E format typestatic boolean
ASiCUtils.isASiCSContainer
(ASiCContent asicContent) This method verifies whether the givenASiCContent
is 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.asicContents
An array of ASiC contents representing containers to be mergedMethods in eu.europa.esig.dss.asic.common.merge that return ASiCContentModifier and TypeMethodDescriptionprotected ASiCContent
DefaultContainerMerger.createEmptyContainer()
This method creates an empty containerprotected ASiCContent
DefaultContainerMerger.createMergedResult()
This method creates a newASiCContent
by 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 newASiCContainerMerger
for the givenASiCContent
sstatic ASiCContainerMerger
DefaultContainerMerger.fromASiCContents
(ASiCContent... asicContents) This method loads a relevantASiCContainerMerger
to be used to merge givenASiCContent
sboolean
ASiCContainerMerger.isSupported
(ASiCContent... asicContents) Returns whether the format of given containers is supported by the currentASiCContainerMerger
boolean
ASiCContainerMergerFactory.isSupported
(ASiCContent... asicContents) Returns whether the format of given containers is supported by the currentASiCContainerMerger
protected abstract boolean
DefaultContainerMerger.isSupported
(ASiCContent asicContent) This method verifies whether the providedASiCContent
is supported by the current classboolean
DefaultContainerMerger.isSupported
(ASiCContent... asicContents) Constructors in eu.europa.esig.dss.asic.common.merge with parameters of type ASiCContentModifierConstructorDescriptionprotected
DefaultContainerMerger
(ASiCContent... asicContents) This constructor is used to create anASiCContainerMerger
from to givenASiCContent
s -
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 ASiCContent
AbstractGetDataToSignHelper.asicContent
The 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 theASiCContent
from theprotected ASiCContent
AbstractASiCSignatureService.extractCurrentArchive
(DSSDocument archive) Extracts the content (documents) of the ASiC containerASiCCounterSignatureHelper.getAsicContent()
ReturnsASiCContent
Methods in eu.europa.esig.dss.asic.common.signature with parameters of type ASiCContentModifier and TypeMethodDescriptionprotected void
AbstractASiCSignatureService.assertAddSignaturePolicyStorePossible
(ASiCContent asicContent) Verifies if incorporation of a SignaturePolicyStore is possibleprotected DSSDocument
AbstractASiCSignatureService.buildASiCContainer
(ASiCContent asicContent, Date creationTime) Creates a ZIP-Archive by copying the provided documents to the new containerprotected abstract String
AbstractASiCDataToSignHelperBuilder.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 ASiCContentModifierConstructorDescriptionprotected
AbstractGetDataToSignHelper
(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 ASiCContentModifierConstructorDescriptionprotected
AbstractGetDataToSignASiCS
(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 ASiCContent
AbstractASiCContainerValidator.asicContent
The container extraction resultMethods in eu.europa.esig.dss.asic.common.validation with parameters of type ASiCContentModifier and TypeMethodDescriptionabstract boolean
AbstractASiCContainerValidator.isSupported
(ASiCContent asicContent) Checks if theASiCContent
is supported by the current validatorConstructors in eu.europa.esig.dss.asic.common.validation with parameters of type ASiCContentModifierConstructorDescriptionprotected
AbstractASiCContainerValidator
(ASiCContent asicContent) The constructor withASiCContent
protected
AbstractASiCContainerValidator
(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 boolean
AbstractASiCWithXAdESContainerMerger.isSupported
(ASiCContent asicContent) protected boolean
ASiCEWithXAdESContainerMerger.isSupported
(ASiCContent asicContent) protected boolean
ASiCSWithXAdESContainerMerger.isSupported
(ASiCContent asicContent) boolean
ASiCWithXAdESContainerMergerFactory.isSupported
(ASiCContent... asicContents) Constructors in eu.europa.esig.dss.asic.xades.merge with parameters of type ASiCContentModifierConstructorDescriptionprotected
AbstractASiCWithXAdESContainerMerger
(ASiCContent... asicContents) This constructor is used to create an ASiC With XAdES from to givenASiCContent
sASiCEWithXAdESContainerMerger
(ASiCContent... asicContents) This constructor is used to create an ASiC-E With XAdES from to givenASiCContent
sASiCSWithXAdESContainerMerger
(ASiCContent... asicContents) This constructor is used to create an ASiC-S With XAdES from to givenASiCContent
s -
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 aGetDataToSignASiCWithXAdESHelper
from anASiCContent
ASiCWithXAdESFilenameFactory.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 String
ASiCWithXAdESDataToSignHelperBuilder.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 String
SimpleASiCWithXAdESFilenameFactory.getValidManifestFilename
(String manifestFilename, ASiCContent asicContent) This method returns a valid manifest filenameprotected String
SimpleASiCWithXAdESFilenameFactory.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 aSignedDocumentValidator
for the givenasicContent
boolean
ASiCContainerWithXAdESValidator.isSupported
(ASiCContent asicContent) boolean
ASiCContainerWithXAdESValidatorFactory.isSupported
(ASiCContent asicContent) Verifies whether the providedASiCContent
is 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