is not current version
Last Version 1.0.2.3

org.bouncycastle:bc-fips 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 JCE provider and low-level API for the BC-FJA version 1.0.2, FIPS Certificate #3514. Please see certificate for certified platform details.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bc-fips
Version

Version

1.0.2
Type

Type

jar

Download bc-fips 1.0.2


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