简体   繁体   中英

How to create a PKI in Java

我想将创建的证书存储在数据库中,并且如果退出API或库,我对此一无所知,谢谢

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 .

这是Sun的Java PKI编程指南

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM