如何在Java中创建PKI [英] How to create a PKI in Java

查看:149
本文介绍了如何在Java中创建PKI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要创建证书存储在一个数据库中,我不知道如何做,如果退出一个API或图书馆帮助我做到这一点
谢谢

解决方案

公钥基础架构远不止签名的公钥数据库。例如,PKI中最重要的部分之一是使用OCSP协议撤销证书的能力。



简而言之,在java中构建PKI所需的一切已经构建对于您而言,您是开源的,您应该使用 EJBCA


I want create certificates to be stored on a database and i dont have any idea about how to do it, if exits an API or library help me do it Thanks

解决方案

A public key infrastructure is far more than a database of signed public keys. For instance one of the most important parts of the PKI is the ability to revoke certificates using the OCSP protocol.

In short everything needed to build a PKI in java has been built for you and is open source, you should use EJBCA.

这篇关于如何在Java中创建PKI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆