Package eu.europa.esig.dss.jades
Class JAdESTimestampParameters
java.lang.Object
eu.europa.esig.dss.model.TimestampParameters
eu.europa.esig.dss.jades.JAdESTimestampParameters
- All Implemented Interfaces:
SerializableTimestampParameters
,Serializable
The parameters to create a JAdES timestamp
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.TimestampParameters
digestAlgorithm
-
Constructor Summary
ConstructorDescriptionEmpty constructorJAdESTimestampParameters
(DigestAlgorithm digestAlgorithm) The default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the canonicalization algorithm for the timestampvoid
setCanonicalizationMethod
(String canonicalizationMethod) Sets the canonicalization algorithm for the timestampMethods inherited from class eu.europa.esig.dss.model.TimestampParameters
equals, getDigestAlgorithm, hashCode, setDigestAlgorithm, toString
-
Constructor Details
-
JAdESTimestampParameters
public JAdESTimestampParameters()Empty constructor -
JAdESTimestampParameters
The default constructor- Parameters:
digestAlgorithm
-DigestAlgorithm
to use for a message-imprint calculation
-
-
Method Details