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
public class JAdESTimestampParameters extends TimestampParameters
The parameters to create a JAdES timestamp
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.TimestampParameters
digestAlgorithm
-
Constructor Summary
Constructors Constructor Description JAdESTimestampParameters()
Empty constructorJAdESTimestampParameters(DigestAlgorithm digestAlgorithm)
The default constructor -
Method Summary
Modifier and Type Method Description String
getCanonicalizationMethod()
Gets 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