Package eu.europa.esig.dss.asic.cades
Interface ASiCWithCAdESCommonParameters
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ASiCWithCAdESSignatureParameters
,ASiCWithCAdESTimestampParameters
The interface defining common parameters for an ASiC with CAdES container for signature/timestamp creation
-
Method Summary
Modifier and TypeMethodDescriptionaSiC()
Returns ASiC container parametersReturns a DigestAlgorithm to be used to hash a data to be timestampedReturns a signing date
-
Method Details
-
aSiC
ASiCParameters aSiC()Returns ASiC container parameters- Returns:
ASiCParameters
-
getDigestAlgorithm
DigestAlgorithm getDigestAlgorithm()Returns a DigestAlgorithm to be used to hash a data to be timestamped- Returns:
DigestAlgorithm
-
getZipCreationDate
Date getZipCreationDate()Returns a signing date- Returns:
Date
-