开发者

How to create a PKI in Java

开发者 https://www.devze.com 2023-01-26 00:28 出处:网络
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 i开发者_如何学Ct

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 i开发者_如何学Ct 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.


Here is the Java PKI programming guide from Sun.


Have you seen http://www.mozilla.org/projects/security/pki/?

0

精彩评论

暂无评论...
验证码 换一张
取 消