Search code examples
javamavenbouncycastletls1.2

Is bctls (Bouncycastle TLS) on maven?


I wanted to use Bouncycastle's TLS implementation in my Java project. Somehow it seems as if bctls (bctls-jdk15on:156 is the latest release) is not on the maven repo.

I have checked mvnrepository.com as well as google without any luck.

Does anyone maybe knows not indexed repo which has this lib? Is there any other alternative than installing the jar locally?


Solution

  • At the time of writing, it is on Maven central. You can find it under here. Unfortunately, 1.56 does not seem to be indexed. If you must use 1.56, I would contact the mailing list and see if they could add it.