| CertHandler |
CertHandler is used as a singleton to hold the trusted "root"
certificates from the TSA Service.
|
| ConfigManager |
ConfigManager sets configuration first by using internal
defaults.
|
| TSAservice |
TSAservice is used as a singleton for making 3161 timestamp
requests, and has configuration provided by CertHandler and
ConfigManager.
|
| TsRequest |
TsRequest is the container object for a 3161 timestamp request,
with constructors that accept hash digests.
|
| TsResponse |
TsResponse is the container object for a 3161 timestamp
response.
|