MVN

org.bouncycastle : bc-fips-debug

Maven & Gradle

Feb 09, 2022

Bouncy Castle Provider (FIPS Distribution) · 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 the debug version JCE provider and low-level API for the BC-FJA version 1.0.2.3, FIPS Certificate #3514. Please note the debug jar is not certified.

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bc-fips-debug</artifactId>
    <version>1.0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.2.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
bc-fips-debug-1.0.2.3
bc-fips-debug-1.0.2.1
bc-fips-debug-1.0.2
CVE-2020-15522

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bc-fips-debug</artifactId>
    <version>1.0.2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bouncycastle:bc-fips-debug:1.0.2.3'

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

implementation("org.bouncycastle:bc-fips-debug:1.0.2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bouncycastle" % "bc-fips-debug" % "1.0.2.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