MVN

org.bouncycastle : bcmail-fips

Maven & Gradle

Dec 29, 2020

Bouncy Castle JavaMail S/MIME APIs (FIPS Distribution) · The Bouncy Castle Java APIs for doing S/MIME with JavaMail. 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.

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcmail-fips</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bouncycastle : bcmail-fips to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.bouncycastle : bcmail-fips to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bcmail-fips-1.0.4
bcmail-fips-1.0.3
bcmail-fips-1.0.2
bcmail-fips-1.0.1
bcmail-fips-1.0.0

How to add a dependency to Maven

Add the following org.bouncycastle : bcmail-fips maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcmail-fips</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bouncycastle : bcmail-fips gradle dependency to your build.gradle file:

implementation 'org.bouncycastle:bcmail-fips:1.0.3'

Gradle Kotlin DSL: Add the following org.bouncycastle : bcmail-fips gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bouncycastle:bcmail-fips:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bouncycastle : bcmail-fips sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bouncycastle" % "bcmail-fips" % "1.0.3"

Advertisement

Dependencies from Group

Dec 01, 2021
2.9k usages
2.1k stars
Dec 01, 2021
1.9k usages
2.1k stars
Feb 23, 2011
577 usages
Dec 01, 2021
243 usages
2.1k stars
Dec 01, 2021
228 usages
2.1k stars

Discover Dependencies

Jul 12, 2019
1 usages
Aug 21, 2023
914 usages
3.9k stars
May 07, 2021
12 stars
Oct 14, 2019
2 usages
Nov 02, 2020
3 stars