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 aDigestAlgorithmandASiCParameters -
Uses of ASiCParameters in eu.europa.esig.dss.asic.common
Subclasses of ASiCParameters in eu.europa.esig.dss.asic.commonModifier and TypeClassDescriptionclassParameters 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 ASiCContentASiCUtils.ensureMimeTypeAndZipComment(ASiCContent asicContent, ASiCParameters asicParameters) This method is used to ensure the mimetype file and zip-comment are present within the givenASiCContent.static MimeTypeASiCUtils.getMimeType(ASiCParameters asicParameters) Returns a relevant MimeType for the provided parametersstatic StringASiCUtils.getMimeTypeString(ASiCParameters asicParameters) Returns the target MimeType stringstatic StringASiCUtils.getZipComment(ASiCParameters asicParameters) Returns a ZIP Comment String according to the given parametersstatic booleanASiCUtils.isASiCE(ASiCParameters asicParameters) Checks if the parameters are configured for ASiCE creationstatic booleanASiCUtils.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 voidAbstractASiCContainerEvidenceRecordBuilder.assertASiCContentValid(ASiCContent asicContent, ASiCParameters parameters) This method verifies whether the providedASiCContentis valid and can be successfully protected by a new evidence recordprotected ASiCContentAbstractASiCContainerEvidenceRecordBuilder.initASiCContent(List<DSSDocument> documents, ASiCParameters parameters) This method initializes anASiCContentfrom 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