License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbcpg-fips |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncy Castle OpenPGP APIs (FIPS Distribution)
The Bouncy Castle Java APIs for the OpenPGP Protocol. The APIs are designed primarily to be used in conjunction with the BC FIPS provider. The APIs may also be used with other providers although if being used in a FIPS context it is the responsibility of the user to ensure that any other providers used are FIPS certified and used appropriately.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bcpg-fips-1.0.6.pom | |
bcpg-fips-1.0.6-sources.jar | 217 KB |
bcpg-fips-1.0.6-javadoc.jar | 621 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation 'org.bouncycastle:bcpg-fips:1.0.6'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation ("org.bouncycastle:bcpg-fips:1.0.6")
'org.bouncycastle:bcpg-fips:jar:1.0.6'
<dependency org="org.bouncycastle" name="bcpg-fips" rev="1.0.6">
<artifact name="bcpg-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-fips', version='1.0.6')
)
libraryDependencies += "org.bouncycastle" % "bcpg-fips" % "1.0.6"
[org.bouncycastle/bcpg-fips "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |