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.58.jar download
bcprov-ext-jdk15on-1.58.pom download
bcprov-ext-jdk15on-1.58-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-ext-jdk15on</artifactId>
  <version>1.58</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.58'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-ext-jdk15on:1.58")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk15on" % "1.58"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-ext-jdk15on', version='1.58')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-ext-jdk15on" rev="1.58" />
Leiningen
[org.bouncycastle/bcprov-ext-jdk15on "1.58"]
Apache Buildr
'org.bouncycastle:bcprov-ext-jdk15on:jar:1.58'
Dependencies
The project has no third-party dependencies