b

bcjmail-fips

The Bouncy Castle Java APIs for doing S/MIME with the Jakarta Mail APIs. 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.
文件下载
文件名 操作
bcjmail-fips-1.0.4.jar 下载
bcjmail-fips-1.0.4.pom 下载
bcjmail-fips-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcjmail-fips</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcjmail-fips:1.0.4'
Gradle Kotlin
implementation("org.bouncycastle:bcjmail-fips:1.0.4")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcjmail-fips" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcjmail-fips', version='1.0.4')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcjmail-fips" rev="1.0.4" />
Leiningen
[org.bouncycastle/bcjmail-fips "1.0.4"]
Apache Buildr
'org.bouncycastle:bcjmail-fips:jar:1.0.4'