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
ConstructorsConstructorDescriptionEmpty constructorJAdESTimestampParameters
(DigestAlgorithm digestAlgorithm) The default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the canonicalization algorithm for the timestampint
hashCode()
void
setCanonicalizationMethod
(String canonicalizationMethod) Sets the canonicalization algorithm for the timestamptoString()
Methods inherited from class eu.europa.esig.dss.model.TimestampParameters
getDigestAlgorithm, setDigestAlgorithm
-
Constructor Details
-
JAdESTimestampParameters
public JAdESTimestampParameters()Empty constructor -
JAdESTimestampParameters
The default constructor- Parameters:
digestAlgorithm
-DigestAlgorithm
to use for a message-imprint calculation
-
-
Method Details
-
getCanonicalizationMethod
Gets the canonicalization algorithm for the timestamp- Returns:
String
canonicalization algorithm
-
setCanonicalizationMethod
Sets the canonicalization algorithm for the timestamp- Parameters:
canonicalizationMethod
-String
-
toString
- Overrides:
toString
in classTimestampParameters
-
equals
- Overrides:
equals
in classTimestampParameters
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTimestampParameters
-