DigiStamp.com

Package dgs.tlkt

The SecureTime API is a set of objects that support the process of creating time stamps using an Internet based time stamp service.

See:
          Description

Interface Summary
Reporter Allows an object to report execution status and events.
 

Class Summary
CMSTsToken This is a Crytographic Message Syntax (CMS) record that contains a time stamp token.
DgsComm This class handles all communications with the DigiStamp time stamp servers.
DgsConfig Configues the user's preferences for using the Internet to communicate with DigiStamp time stamp servers.
ESSCertID The data structure used to identify a specific x.509 certificate.
LangResource Text translation resource for English
LangResource_fr Text translation resource for French.
SignedDataA This is a Crytographic Message Syntax (CMS) record from IETF RFC 2630.
ToolkitUtility This class contains several "help functions" related to time stamp processing.
TsRequest Structure of data sent in a time stamp request.
TsResponse Response packet of data from the DigiStamp server.
TstInfo TSTInfo structure defined for the Time Stamp Protocol (TSP) in IETF RFC3161.
TsVerifyResult The results from a request to verify a time stamp.
VerifyResult The results from a request to verify a signature.
 

Exception Summary
ExceptionDgs Signals that a Time Stamping exception has occurred.
ExceptionDgsAccounting A DigiStamp accounting exception.
ExceptionDgsCommFail Internet communications failure
ExceptionDgsEncode ASN.1 encoding exception
ExceptionDgsInternal DigiStamp software experienced an error.
ExceptionDgsInvalidState The processing failed bacause state data of the object had not been properly initialized.
ExceptionDgsNotSupported The processing failed bacause state data of an object had a value that is not supported by DigiStamp.
 

Package dgs.tlkt Description

The SecureTime API is a set of objects that support the process of creating time stamps using an Internet based time stamp service. The process includes:

  1. Configuring you Internet communications preferences for reliable access to the time stamp servers (time-outs, SSL, failover, etc.)
  2. Create a time stamp request and send it via the Internet to the time stamp server(s)
  3. Verify the time stamp signature and your trust of the public key certificate
The complexity of this API can be best understood by reviewing "demo" source code that is supplied with the toolkit. The demos were intended to get you up and running quickly.

See Also:
ProductionProcess

Copyright 2000-2010 DigiStamp, Inc.