MVN

org.bouncycastle : bctls-fips

Maven & Gradle

Jul 31, 2023
4 usages

Bouncy Castle TLS/JSSE APIs (FIPS Distribution) · The Bouncy Castle Java APIs for the TLS, including a JSSE provider. 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>bctls-fips</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.17

All Versions

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

Version Vulnerabilities Updated
1.0.x
bctls-fips-1.0.17
bctls-fips-1.0.16
bctls-fips-1.0.14.1
bctls-fips-1.0.14
bctls-fips-1.0.13
bctls-fips-1.0.12.3
bctls-fips-1.0.12.2
bctls-fips-1.0.12.1
bctls-fips-1.0.12
bctls-fips-1.0.11.4
bctls-fips-1.0.11.3
bctls-fips-1.0.11.2
bctls-fips-1.0.11.1
bctls-fips-1.0.11
bctls-fips-1.0.10.3
bctls-fips-1.0.10.2
bctls-fips-1.0.10.1
bctls-fips-1.0.10
bctls-fips-1.0.9
bctls-fips-1.0.8
bctls-fips-1.0.7
bctls-fips-1.0.6
bctls-fips-1.0.5
bctls-fips-1.0.4
bctls-fips-1.0.3
bctls-fips-1.0.2
bctls-fips-1.0.1
bctls-fips-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bctls-fips</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bouncycastle:bctls-fips:1.0.17'

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

implementation("org.bouncycastle:bctls-fips:1.0.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bouncycastle" % "bctls-fips" % "1.0.17"

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