博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
X.509 Digital Certification
阅读量:5878 次
发布时间:2019-06-19

本文共 715 字,大约阅读时间需要 2 分钟。

创建数字认证的过程如下:

1.Alice sends a signed certificate request containing her name, her public key, and perhaps some additional information to a CA.

2.The CA creates a message, m, from Alice's request. The CA signs the message with its private key, creating a separate signature message, sig. The CA returns the message, m, and the signature, sig, to Alice. Together, m and sig form Alice's certificate.

3.Alice sends both parts of her certificate to Bob to give him access to her public key.

4.Bob verifies the signature, sig using the CA's public key. If the signature proves valid, he accepts the public key in the certificate as Alice's public key.

转载于:https://www.cnblogs.com/fanzi2009/archive/2009/09/02/1559147.html

你可能感兴趣的文章
Java通过join方法来暂停当前线程
查看>>
Java中的Set
查看>>
Arcgis for js开发之直线、圆、箭头、多边形、集结地等绘制方法
查看>>
源码分析——Action代理类的工作
查看>>
spring 在service中需要抛出异常才能自动回滚
查看>>
8 -- 深入使用Spring -- 6...2 Spring支持的事务策略
查看>>
Jquery js框架使用
查看>>
人脸数据库大全(包括人脸识别、关键点检测、表情识别,人脸姿态等等)
查看>>
Java Collections API和泛型
查看>>
AWR之-enq TX - row lock contention的性能故障-转
查看>>
PixiJS - 基于 WebGL 的超快 HTML5 2D 渲染引擎
查看>>
shu_1232 老王赛马
查看>>
Hive Python Streaming的原理及写法
查看>>
Codeforces 112A-Petya and Strings(实现)
查看>>
zngnqfxtuubuosmo
查看>>
R语言低级绘图函数-abline
查看>>
虚拟机配置
查看>>
【JQuery Easy UI】后台管理系统的简单布局分享
查看>>
132、Android安全机制(2) Android Permission权限控制机制(转载)
查看>>
Linux tree命令
查看>>