How to create a PKI in Java

2019-06-24 03:45发布

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

3条回答
一纸荒年 Trace。
3楼-- · 2019-06-24 04:20

Here is the Java PKI programming guide from Sun.

查看更多
小情绪 Triste *
4楼-- · 2019-06-24 04:36

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.

查看更多
登录 后发表回答