b

bcprov-jdk15

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