TSA 的证书存储在 XAdES-T 中的哪里?
在XAdES-T中,
我应该将该证书存储在 XAdES 文档中的什么位置?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在再次查看 RFC 3161 标准时,我发现我将 TimeStampToken 误认为是 TSTInfo 。 TSTInfo 不包含证书,但 TimeStampToken 包含。
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.