b

bcpg-fips

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.
https://www.bouncycastle.org/fips-java
Bouncy Castle Licence Apache Software License, Version 2.0
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcpg-fips-1.0.7.1.jar download
bcpg-fips-1.0.7.1.pom download
bcpg-fips-1.0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpg-fips</artifactId>
  <version>1.0.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpg-fips:1.0.7.1'
Gradle Kotlin
implementation("org.bouncycastle:bcpg-fips:1.0.7.1")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpg-fips" % "1.0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpg-fips', version='1.0.7.1')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpg-fips" rev="1.0.7.1" />
Leiningen
[org.bouncycastle/bcpg-fips "1.0.7.1"]
Apache Buildr
'org.bouncycastle:bcpg-fips:jar:1.0.7.1'
Dependencies