b

bcprov-ext-jdk15on

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8. Note: this package includes the NTRU encryption algorithms.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcprov-ext-jdk15on-1.59.jar download
bcprov-ext-jdk15on-1.59.pom download
bcprov-ext-jdk15on-1.59-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-ext-jdk15on</artifactId>
  <version>1.59</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.59'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-ext-jdk15on:1.59")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk15on" % "1.59"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-ext-jdk15on', version='1.59')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-ext-jdk15on" rev="1.59" />
Leiningen
[org.bouncycastle/bcprov-ext-jdk15on "1.59"]
Apache Buildr
'org.bouncycastle:bcprov-ext-jdk15on:jar:1.59'
Dependencies
The project has no third-party dependencies