114115116117118119120121
timeStampResponse.validate(timeStampRequest); return timeStampResponse.getEncoded(); } catch (Exception e) { throw new TimeStampException(e); } }
7677787980818283
this.saveResponse(response, dir, id); } return response.getEncoded(); } catch (Exception e) { throw new TimeStampException(e); } }