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, FIPS Certificate #3514. 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-1.0.2.jar 下载
bc-fips-1.0.2.pom 下载
bc-fips-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bc-fips</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bc-fips:1.0.2'
Gradle Kotlin
implementation("org.bouncycastle:bc-fips:1.0.2")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bc-fips" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bc-fips', version='1.0.2')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bc-fips" rev="1.0.2" />
Leiningen
[org.bouncycastle/bc-fips "1.0.2"]
Apache Buildr
'org.bouncycastle:bc-fips:jar:1.0.2'
本项目依赖
该项目无第三方依赖