MVN

org.bouncycastle : bcjmail-fips

Maven & Gradle

Apr 06, 2022

Bouncy Castle JavaMail Jakarta S/MIME APIs (FIPS Distribution) · 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.

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

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
bcjmail-fips-1.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcjmail-fips</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bouncycastle:bcjmail-fips:1.0.4'

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

implementation("org.bouncycastle:bcjmail-fips:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bouncycastle" % "bcjmail-fips" % "1.0.4"