is not current version
Last Version 1.0.2.3

org.bouncycastle:bc-fips-debug 1.0.2

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, FIPS Certificate #3514. Please note the debug jar is not certified.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bc-fips-debug
Version

Version

1.0.2
Type

Type

jar

Download bc-fips-debug 1.0.2


<!-- https://jarcasting.com/artifacts/org.bouncycastle/bc-fips-debug/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bc-fips-debug</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bc-fips-debug/
implementation 'org.bouncycastle:bc-fips-debug:1.0.2'
// https://jarcasting.com/artifacts/org.bouncycastle/bc-fips-debug/
implementation ("org.bouncycastle:bc-fips-debug:1.0.2")
'org.bouncycastle:bc-fips-debug:jar:1.0.2'
<dependency org="org.bouncycastle" name="bc-fips-debug" rev="1.0.2">
  <artifact name="bc-fips-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bc-fips-debug', version='1.0.2')
)
libraryDependencies += "org.bouncycastle" % "bc-fips-debug" % "1.0.2"
[org.bouncycastle/bc-fips-debug "1.0.2"]