b

bcprov-jdk14

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.
http://www.bouncycastle.org/java.html
Bouncy Castle License
Files download
File Operation
bcprov-jdk14-140.jar download
bcprov-jdk14-140.pom download
Apache Maven
<dependency>
  <groupId>bouncycastle</groupId>
  <artifactId>bcprov-jdk14</artifactId>
  <version>140</version>
</dependency>
Gradle Groovy
implementation 'bouncycastle:bcprov-jdk14:140'
Gradle Kotlin
implementation("bouncycastle:bcprov-jdk14:140")
Scala SBT
libraryDependencies += "bouncycastle" % "bcprov-jdk14" % "140"
Groovy Grape
@Grapes(
  @Grab(group='bouncycastle', module='bcprov-jdk14', version='140')
)
Apache Ivy
<dependency org="bouncycastle" name="bcprov-jdk14" rev="140" />
Leiningen
[bouncycastle/bcprov-jdk14 "140"]
Apache Buildr
'bouncycastle:bcprov-jdk14:jar:140'
Dependencies
The project has no third-party dependencies