b

bcpkix-jdk15on

The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 11. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcpkix-jdk15on-1.64.jar download
bcpkix-jdk15on-1.64.pom download
bcpkix-jdk15on-1.64-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpkix-jdk15on</artifactId>
  <version>1.64</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpkix-jdk15on:1.64'
Gradle Kotlin
implementation("org.bouncycastle:bcpkix-jdk15on:1.64")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpkix-jdk15on" % "1.64"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpkix-jdk15on', version='1.64')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpkix-jdk15on" rev="1.64" />
Leiningen
[org.bouncycastle/bcpkix-jdk15on "1.64"]
Apache Buildr
'org.bouncycastle:bcpkix-jdk15on:jar:1.64'