public interface TimeStampTransport
An implementation of this interface SHOULD only transmit/receive data; it SHOULD NOT perform any Time-Stamp verification.
| Modifier and Type | Method and Description |
|---|---|
TimeStampResp |
requestTimeStamp(TimeStampReq request)
Sends/Receives a Time-Stamp request/response with the Time-Stamp Authority.
|
TimeStampResp requestTimeStamp(TimeStampReq request) throws java.io.IOException
request - the Time-Stamp requestjava.io.IOException - thrown if an error occurred while communicating with the Time-Stamp
Authority