b

bctls-lts8on

The Bouncy Castle Java APIs for the TLS, including a JSSE provider. The APIs are designed primarily to be used in conjunction with the BC LTS provider but may also be used with other providers providing cryptographic services.
https://www.bouncycastle.org/fips-java
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bctls-lts8on-2.73.7.jar download
bctls-lts8on-2.73.7.pom download
bctls-lts8on-2.73.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bctls-lts8on</artifactId>
  <version>2.73.7</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bctls-lts8on:2.73.7'
Gradle Kotlin
implementation("org.bouncycastle:bctls-lts8on:2.73.7")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bctls-lts8on" % "2.73.7"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bctls-lts8on', version='2.73.7')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bctls-lts8on" rev="2.73.7" />
Leiningen
[org.bouncycastle/bctls-lts8on "2.73.7"]
Apache Buildr
'org.bouncycastle:bctls-lts8on:jar:2.73.7'
Dependencies