【发布时间】:2013-04-24 21:48:34
【问题描述】:
我的公司为医院开发了一个 ERP,由于整个周末的一些立法变化,我一直在阅读很多关于数字签名的内容,因为我需要解决以下情况:
Each doctor will receive from the ministry of health a certificate (so there's no escape from it... government said so...) and all of his reports sent/stored in digital format must be signed with this certificate.
The certificates will be valid for one year. Each year upon renewing of the medical license, the certificate will be renewed.
我们在这里主要关心的是保证文档的来源(发件人就是他声称的那个人),但我们还必须使“不可能”(或至少不可行)更改文档的内容(或至少如果它发生变化,我们必须能够知道发生了修改)并“提取和复制”签名......
我的问题是:我该如何处理这整件事?我该怎么办?
PS:在您的回答中请考虑:
- 文档将在证书有效期之后持续存在。
- 证书可能已被吊销。撤销前签署的文件必须仍然有效
- 第 3 方如何验证信息的完整性(文档 + 认证)
- 难道没有一个安全原则规定使用过期证书签名的信息是无效的吗?
- 我真的是这个领域的新手,我可能问错了问题...
【问题讨论】:
-
阅读itextpdf.com/book/digitalsignatures的第5章(寻找LTV的缩写)
标签: certificate digital-signature digital-certificate