1

In XAdES-T, the <EncapsulatedTimeStamp/>-element contains the TimeStampToken received from a TSA and not the entire TimeStampResp. But this TimeStampToken does not contain the certificate of the TSA (which can be found in the SignerInfo of the SignedData container).

Where am I supposed to store this certificate in the XAdES-document?

Mathias Brossard
  • 3,668
  • 2
  • 26
  • 30
Tommy Carlier
  • 7,951
  • 3
  • 26
  • 43

1 Answers1

1

While going over the RFC 3161 standard again, I found out that I mistook TimeStampToken for TSTInfo. TSTInfo does not contain the certificate, but TimeStampToken does.

Tommy Carlier
  • 7,951
  • 3
  • 26
  • 43