Generating X509 Certificate using Bouncy Castle Java

前端 未结 2 1812
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-01 19:06

I am looking for an example or tutorial to generate X509 Certificates using BC in Java.

A lot of example are having/using deprecated API. I gave a look at BC, but it

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 19:23

    The X509v3CertificateBuilder seems like the class to use. There are some examples of using the new API on the bouncycastle wiki.

提交回复
热议问题