Class AbstractTimestampDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
- Direct Known Subclasses:
TimestampMultipleDocumentDTO
,TimestampOneDocumentDTO
Timestamp document request DTO
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Empty constructorprotected
AbstractTimestampDocumentDTO
(RemoteTimestampParameters timestampParameters) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets timestamp parametersvoid
setTimestampParameters
(RemoteTimestampParameters timestampParameters) Sets timestamp parameters
-
Field Details
-
timestampParameters
Timestamp parameters
-
-
Constructor Details
-
AbstractTimestampDocumentDTO
protected AbstractTimestampDocumentDTO()Empty constructor -
AbstractTimestampDocumentDTO
Default constructor- Parameters:
timestampParameters
-RemoteTimestampParameters
-
-
Method Details
-
getTimestampParameters
Gets timestamp parameters- Returns:
RemoteTimestampParameters
-
setTimestampParameters
Sets timestamp parameters- Parameters:
timestampParameters
-RemoteTimestampParameters
-