Class CAdESTimestampParameters
java.lang.Object
eu.europa.esig.dss.model.TimestampParameters
eu.europa.esig.dss.cades.signature.CAdESTimestampParameters
- All Implemented Interfaces:
SerializableTimestampParameters,Serializable
- Direct Known Subclasses:
ASiCWithCAdESTimestampParameters,PAdESTimestampParameters
Defines TimestampParameters to deal with CAdES timestamp creation
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.TimestampParameters
digestAlgorithm -
Constructor Summary
ConstructorsConstructorDescriptionThe empty constructorCAdESTimestampParameters(DigestAlgorithm digestAlgorithm) The default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.TimestampParameters
equals, getDigestAlgorithm, hashCode, setDigestAlgorithm, toString
-
Constructor Details
-
CAdESTimestampParameters
public CAdESTimestampParameters()The empty constructor -
CAdESTimestampParameters
The default constructor- Parameters:
digestAlgorithm-DigestAlgorithmto use for timestamping data
-