GetTimeStampError
Digital signatures
Description
Returns the reason the last time-stamp exchange failed.
Syntax
Delphi
Function TPDFlib.GetTimeStampError: WideString;Return values
| Empty string | The last exchange succeeded, or none has been attempted. |
|---|---|
| Message | A description of the failure, including the authority's own free text when it sent any. |
Remarks
Covers configuration problems (no server set, an address that is not http or https), local validation (a digest whose length does not match the selected algorithm), transport failures, an authority rejection, and a token that fails the nonce echo check.