Class RemoteTimestampService
java.lang.Object
eu.europa.esig.dss.ws.timestamp.remote.RemoteTimestampService
public class RemoteTimestampService extends Object
The remote service representing a timestamping service
-
Constructor Summary
Constructors Constructor Description RemoteTimestampService() -
Method Summary
Modifier and Type Method Description TimestampResponseDTOgetTimestampResponse(DigestAlgorithm digestAlgorithm, byte[] value)Timestamps thevaluevoidsetTSPSource(TSPSource tspSource)Sets the TSP Source
-
Constructor Details
-
RemoteTimestampService
public RemoteTimestampService()
-
-
Method Details
-
setTSPSource
Sets the TSP Source- Parameters:
tspSource-TSPSource
-
getTimestampResponse
Timestamps thevalue- Parameters:
digestAlgorithm-DigestAlgorithmused to compute thevaluevalue- the computed digest value- Returns:
TimestampResponseDTO
-