b

bctls-jdk15to18

The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bctls-jdk15to18-1.69.jar download
bctls-jdk15to18-1.69.pom download
bctls-jdk15to18-1.69-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bctls-jdk15to18</artifactId>
  <version>1.69</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bctls-jdk15to18:1.69'
Gradle Kotlin
implementation("org.bouncycastle:bctls-jdk15to18:1.69")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bctls-jdk15to18" % "1.69"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bctls-jdk15to18', version='1.69')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bctls-jdk15to18" rev="1.69" />
Leiningen
[org.bouncycastle/bctls-jdk15to18 "1.69"]
Apache Buildr
'org.bouncycastle:bctls-jdk15to18:jar:1.69'