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 TypeMethodDescriptionbooleanGets the canonicalization algorithm for the timestampinthashCode()voidsetCanonicalizationMethod(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-DigestAlgorithmto use for a message-imprint calculation
-
-
Method Details
-
getCanonicalizationMethod
Gets the canonicalization algorithm for the timestamp- Returns:
Stringcanonicalization algorithm
-
setCanonicalizationMethod
Sets the canonicalization algorithm for the timestamp- Parameters:
canonicalizationMethod-String
-
toString
- Overrides:
toStringin classTimestampParameters
-
equals
- Overrides:
equalsin classTimestampParameters
-
hashCode
public int hashCode()- Overrides:
hashCodein classTimestampParameters
-