8.6 MIME對象定義
8.6.1 電子郵件傳輸
如果使用電子郵件傳輸時間戳申請和響應消息,可以使用以下MIME對象:
a)申請消息
Content-Type: application/timestamp-query
Content-Transfer-Encoding: base64
<<申請消息的DER編碼,再用base64編碼>>
b)響應消息
Content-Type: application/timestamp-reply
Content-Transfer-Encoding: base64
<<響應消息的DER編碼,再用base64編碼>>
8.6.2 HTTP傳輸
如果使用HTTP協議傳輸時間戳申請和響應消息且需要用到MIME對象,可以使用如下對象:
a)申請消息
Content-Type: application/timestamp-query
<<申請消息的DER編碼>>
b)響應消息
Content-Type: application/timestamp-reply
<<響應消息的DER編碼>>