作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (21): 162-163,. doi: 10.3969/j.issn.1000-3428.2009.21.052

• 安全技术 • 上一篇    下一篇

基于B_树的证书吊销实用系统

周海岩   

  1. (淮阴工学院计算机工程学院,淮安 223001)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-11-05 发布日期:2009-11-05

Practical Certificate Revocation System Based on B_tree

ZHOU Hai-yan   

  1. (Faculty of Computer Engineering, Huaiyin Institute of Technology, Huai’an 223001)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-11-05 Published:2009-11-05

摘要: 针对公钥基础设施PKI中证书吊销问题,提出一种B_树解决方案,将查询与更新时的最大时间复杂度始终保持在O(logd((n+1)/2)+1)量级,与其他方案相比,当数据量特别大时,更能显示其优越性,同时介绍基于B_树的证书管理方案。实验结果表明,该方案对工程实现具有一定指导意义。

关键词: 公钥基础设施, 证书权威, 证书吊销, 二叉搜索树, B_树

Abstract: Aiming at the certificate revocation problems in Public Key Infrastructure(PKI), a Certificate Revocation B_Tree(CRBT) scheme is proposed, which keeps maximal time complexity as O(logd((n+1)/2)+1) in query and update process. Compared with other schemes, it shows more superiority when the data volume is extreme huge. The certificate management scheme based on B_tree is introduced. Experimental results show this scheme is significant to engineering implementation.

Key words: Public Key Infrastructure(PKI), Certificate Authority(CA), certificate revocation, binary search tree, B_tree

中图分类号: