文档介绍:南京航空航天大学
硕士学位论文
基于中间件的电子签章系统设计与开发
姓名:胡梁
申请学位级别:硕士
专业:机械工程(制造信息化技术)
指导教师:庄海军
20070101
南京航空航天大学硕士学位论文
摘要
在中国历史发展的几千年中,印章和签名都是一个人或一个团体身份和权
威的象征。将印章或签名附加在某个物理信息上,表明了它们的所有者对这个
信息原件内容的认同。在电子信息技术和网络技术飞速发展的今天,随着电子
商务、电子政务、企业信息化建设的发展,自动化办公应用正变得越来越广泛,
其高效、节约资源的优势也日益凸显。而在自动化办公中,如何保障电子文档
的完整性、机密性、文档发送者身份的可认证性以及签署人的抗抵赖性成为亟
需解决的问题。电子签章技术正是在此背景下提出的,并成为当前信息安全技
术领域和计算机应用领域研究的热点和难点。
本文将电子签章与中间件技术融合起来,设计并实现了一套功能完善、运
行稳定的电子签章系统。该系统以公钥基础设施 PKI(Public Key Infrastructure)
为安全平台,以数字签名为安全理论基础,解决了自动化办公中保证电子文档
完整性、机密性、可认证性和抗抵赖性等信息安全问题。利用中间件
ponent Object Model)组件技术,系统被设计为若干个功能模块,每个
模块都封装了各自的功能实现并以向外界提供标准接口的形式供其他模块调
用。组件的良好的可重用性和可移植性,将这些组件嵌入到其他系统
中时,可实现与原有系统的无缝结合,避免了对该系统和原有系统大的升级改
造。在软件设计和开发过程中,解决了数字证书的签发、签章控件在 Word 和
WEB 网页中的嵌入显示和事件响应、图片的透明显示、签名内容的提取等诸多
技术难题。
本文设计的电子签章系统基于 PKI 安全体系和数字签名加密标准,具有较
强的安全性、实用性、易用性和可扩展性,已实际应用于江西洪都航空工业集
团的企业信息化管理系统中。
关键词: 电子签章,,数字签名,PKI
I
基于中间件的电子签章系统设计与开发
Abstract
In the long history of our country, the seal and the signatures have been the
symbol of the power. Attaching the seal or the signatures to some physical
information indicates that the owner authorizes this information. Today, the electronic
information technology and work technology is developing rapidly and the
physical signature and hand-written signatures on paper documents are still used.
With the development of merce, electronic government and enterprise
informatization, the advantage of the high efficiency and the resource-saving of
OA(Office Automation) is highlighting day after day and the application of OA is
also more and more widespread. How to guarantee the integrity, confidentiality of the
electronic official documents, identifiability and traceability of signers has e a
problem to be solved urgently. As above mentioned, the electronic seal technology is
brought forward, and it has e a research focus in the information security
technology and puter application domain.
Incorporating the electronic seal and the midd