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