b

bcpkix-fips

The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, S/MIME 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 and used appropriately.
https://www.bouncycastle.org/fips-java
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcpkix-fips-1.0.7.jar download
bcpkix-fips-1.0.7.pom download
bcpkix-fips-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpkix-fips</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpkix-fips:1.0.7'
Gradle Kotlin
implementation("org.bouncycastle:bcpkix-fips:1.0.7")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpkix-fips" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpkix-fips', version='1.0.7')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpkix-fips" rev="1.0.7" />
Leiningen
[org.bouncycastle/bcpkix-fips "1.0.7"]
Apache Buildr
'org.bouncycastle:bcpkix-fips:jar:1.0.7'
Dependencies