License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbc-fips-debug |
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 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bc-fips-debug-1.0.2.3.pom | |
bc-fips-debug-1.0.2.3-sources.jar | 1 MB |
bc-fips-debug-1.0.2.3-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bc-fips-debug/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips-debug</artifactId>
<version>1.0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bc-fips-debug/
implementation 'org.bouncycastle:bc-fips-debug:1.0.2.3'
// https://jarcasting.com/artifacts/org.bouncycastle/bc-fips-debug/
implementation ("org.bouncycastle:bc-fips-debug:1.0.2.3")
'org.bouncycastle:bc-fips-debug:jar:1.0.2.3'
<dependency org="org.bouncycastle" name="bc-fips-debug" rev="1.0.2.3">
<artifact name="bc-fips-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bc-fips-debug', version='1.0.2.3')
)
libraryDependencies += "org.bouncycastle" % "bc-fips-debug" % "1.0.2.3"
[org.bouncycastle/bc-fips-debug "1.0.2.3"]