is not current version
Last Version 1.0.6

org.bouncycastle:bcpkix-fips 1.0.2

The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. The APIs are designed primarily to be used in conjunction with the BC FIPS provider. The APIs may also be used with other providers although if being used in a FIPS context it is the responsibility of the user to ensure that any other providers used are FIPS certified.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bcpkix-fips
Version

Version

1.0.2
Type

Type

jar

Download bcpkix-fips 1.0.2


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