Issue
If you are using LiveCycle ES3 Digital Signatures to sign PDF files using a timestamp server (TSP) you may encounter the following exception:
2012-06-22 06:48:31,608 WARN [com.adobe.livecycle.signatures.pki.client.PKIException] (http-0.0.0.0-8080-7) ALC-DSS-310-033 Invalid timestamp mime type. (in the operation : createTimestamp)
Reason
This exception occurs when the TSP server does not return a response with the expected mime-type. LiveCycle assumes that the TSP servers conform to the standards defined in RFC-3161 (http://www.ietf.org/rfc/rfc3161.txt). According to this RFC the mime-types for communicating with TSP servers should be
application/timestamp-query
application/timestamp-reply
Solution
You should use a TSP server that conforms to RFC-3161 when integrating with LiveCycle Digital Signatures.
LiveCycle ES3: PKIException: ALC-DSS-310-033 Invalid timestamp mime type,