License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbc-fips |
Last Version | Last Version1.0.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncy 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 JCE provider and low-level API for the BC-FJA version 1.0.2.3, FIPS Certificate #3514. Please see certificate for certified platform details.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bc-fips-1.0.2.3.pom | |
bc-fips-1.0.2.3.jar | 3 MB |
bc-fips-1.0.2.3-sources.jar | 1 MB |
bc-fips-1.0.2.3-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bc-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bc-fips/
implementation 'org.bouncycastle:bc-fips:1.0.2.3'
// https://jarcasting.com/artifacts/org.bouncycastle/bc-fips/
implementation ("org.bouncycastle:bc-fips:1.0.2.3")
'org.bouncycastle:bc-fips:jar:1.0.2.3'
<dependency org="org.bouncycastle" name="bc-fips" rev="1.0.2.3">
<artifact name="bc-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bc-fips', version='1.0.2.3')
)
libraryDependencies += "org.bouncycastle" % "bc-fips" % "1.0.2.3"
[org.bouncycastle/bc-fips "1.0.2.3"]