Package eu.europa.esig.dss.xades
Class XAdESTimestampParameters
java.lang.Object
eu.europa.esig.dss.model.TimestampParameters
eu.europa.esig.dss.xades.XAdESTimestampParameters
- All Implemented Interfaces:
SerializableTimestampParameters,Serializable
Parameters for a XAdES timestamp creation
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.TimestampParameters
digestAlgorithm -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorXAdESTimestampParameters(DigestAlgorithm digestAlgorithm) Constructor with digest algorithmXAdESTimestampParameters(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the canonicalization methodinthashCode()voidsetCanonicalizationMethod(String canonicalizationMethod) Sets the canonicalization methodtoString()Methods inherited from class eu.europa.esig.dss.model.TimestampParameters
getDigestAlgorithm, setDigestAlgorithm
-
Constructor Details
-
XAdESTimestampParameters
public XAdESTimestampParameters()Empty constructor -
XAdESTimestampParameters
Constructor with digest algorithm- Parameters:
digestAlgorithm-DigestAlgorithmto use for message-imprint digest calculation
-
XAdESTimestampParameters
Default constructor- Parameters:
digestAlgorithm-DigestAlgorithmto use for message-imprint digest calculationcanonicalizationMethod-Stringcanonicalization to use for the message-imprint
-
-
Method Details
-
getCanonicalizationMethod
-
setCanonicalizationMethod
-
hashCode
public int hashCode()- Overrides:
hashCodein classTimestampParameters
-
equals
- Overrides:
equalsin classTimestampParameters
-
toString
- Overrides:
toStringin classTimestampParameters
-