b

bcprov-ext-jdk16

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.6. Note: this package includes the IDEA encryption algorithm.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence
Files download
File Operation
bcprov-ext-jdk16-1.45.jar download
bcprov-ext-jdk16-1.45.pom download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-ext-jdk16</artifactId>
  <version>1.45</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-ext-jdk16:1.45'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-ext-jdk16:1.45")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk16" % "1.45"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-ext-jdk16', version='1.45')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-ext-jdk16" rev="1.45" />
Leiningen
[org.bouncycastle/bcprov-ext-jdk16 "1.45"]
Apache Buildr
'org.bouncycastle:bcprov-ext-jdk16:jar:1.45'
Dependencies
The project has no third-party dependencies