b

bc-fips

The FIPS 140-3 Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms certified to FIPS 140-3 level 1. This jar contains JCE provider and low-level API for the BC-FJA version 2.0.0, FIPS Certificate #4743. Please see certificate for certified platform details.
https://www.bouncycastle.org/fips-java
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
文件下载
文件名 操作
bc-fips-2.0.0.jar 下载
bc-fips-2.0.0.pom 下载
bc-fips-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bc-fips</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bc-fips:2.0.0'
Gradle Kotlin
implementation("org.bouncycastle:bc-fips:2.0.0")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bc-fips" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bc-fips', version='2.0.0')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bc-fips" rev="2.0.0" />
Leiningen
[org.bouncycastle/bc-fips "2.0.0"]
Apache Buildr
'org.bouncycastle:bc-fips:jar:2.0.0'
本项目依赖
该项目无第三方依赖