is not current version
Last Version 1.70

org.bouncycastle:bcpkix-jdk15on 1.65

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 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bcpkix-jdk15on
Version

Version

1.65
Type

Type

jar

Download bcpkix-jdk15on 1.65


<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpkix-jdk15on/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcpkix-jdk15on</artifactId>
    <version>1.65</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpkix-jdk15on/
implementation 'org.bouncycastle:bcpkix-jdk15on:1.65'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpkix-jdk15on/
implementation ("org.bouncycastle:bcpkix-jdk15on:1.65")
'org.bouncycastle:bcpkix-jdk15on:jar:1.65'
<dependency org="org.bouncycastle" name="bcpkix-jdk15on" rev="1.65">
  <artifact name="bcpkix-jdk15on" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpkix-jdk15on', version='1.65')
)
libraryDependencies += "org.bouncycastle" % "bcpkix-jdk15on" % "1.65"
[org.bouncycastle/bcpkix-jdk15on "1.65"]