b

bc-fips

The FIPS 140-2 Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms certified to FIPS 140-2 level 1. This jar contains JCE provider and low-level API for the BC-FJA version 1.0.2.5, FIPS Certificate #4616. Please see certificate for certified platform details.
https://www.bouncycastle.org/fips-java
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bc-fips-1.0.2.5.jar download
bc-fips-1.0.2.5.pom download
bc-fips-1.0.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bc-fips</artifactId>
  <version>1.0.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bc-fips:1.0.2.5'
Gradle Kotlin
implementation("org.bouncycastle:bc-fips:1.0.2.5")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bc-fips" % "1.0.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bc-fips', version='1.0.2.5')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bc-fips" rev="1.0.2.5" />
Leiningen
[org.bouncycastle/bc-fips "1.0.2.5"]
Apache Buildr
'org.bouncycastle:bc-fips:jar:1.0.2.5'
Dependencies
The project has no third-party dependencies