Uses of Class
eu.europa.esig.dss.asic.common.ASiCParameters
Packages that use ASiCParameters
Package
Description
-
Uses of ASiCParameters in eu.europa.esig.dss.asic.cades
Methods in eu.europa.esig.dss.asic.cades that return ASiCParametersModifier and TypeMethodDescriptionASiCWithCAdESCommonParameters.aSiC()
Returns ASiC container parametersASiCWithCAdESSignatureParameters.aSiC()
ASiCWithCAdESTimestampParameters.aSiC()
Constructors in eu.europa.esig.dss.asic.cades with parameters of type ASiCParametersModifierConstructorDescriptionASiCWithCAdESTimestampParameters
(DigestAlgorithm digestAlgorithm, ASiCParameters asicParams) The constructor defining aDigestAlgorithm
andASiCParameters
-
Uses of ASiCParameters in eu.europa.esig.dss.asic.common
Subclasses of ASiCParameters in eu.europa.esig.dss.asic.commonModifier and TypeClassDescriptionclass
Parameters defining the configuration for creation of an ASiC container containing an evidence record documentMethods in eu.europa.esig.dss.asic.common with parameters of type ASiCParametersModifier 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
.static MimeType
ASiCUtils.getMimeType
(ASiCParameters asicParameters) Returns a relevant MimeType for the provided parametersstatic String
ASiCUtils.getMimeTypeString
(ASiCParameters asicParameters) Returns the target MimeType stringstatic String
ASiCUtils.getZipComment
(ASiCParameters asicParameters) Returns a ZIP Comment String according to the given parametersstatic boolean
ASiCUtils.isASiCE
(ASiCParameters asicParameters) Checks if the parameters are configured for ASiCE creationstatic boolean
ASiCUtils.isASiCS
(ASiCParameters asicParameters) Checks if the parameters are configured for ASiCS creation -
Uses of ASiCParameters in eu.europa.esig.dss.asic.common.evidencerecord
Methods in eu.europa.esig.dss.asic.common.evidencerecord with parameters of type ASiCParametersModifier and TypeMethodDescriptionprotected void
AbstractASiCContainerEvidenceRecordBuilder.assertASiCContentValid
(ASiCContent asicContent, ASiCParameters parameters) This method verifies whether the providedASiCContent
is valid and can be successfully protected by a new evidence recordprotected ASiCContent
AbstractASiCContainerEvidenceRecordBuilder.initASiCContent
(List<DSSDocument> documents, ASiCParameters parameters) This method initializes anASiCContent
from the given list ofdocuments
-
Uses of ASiCParameters in eu.europa.esig.dss.asic.xades
Methods in eu.europa.esig.dss.asic.xades that return ASiCParameters