b

bcutil-fips

The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls 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
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcutil-fips-2.0.2.jar download
bcutil-fips-2.0.2.pom download
bcutil-fips-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcutil-fips</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcutil-fips:2.0.2'
Gradle Kotlin
implementation("org.bouncycastle:bcutil-fips:2.0.2")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcutil-fips" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcutil-fips', version='2.0.2')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcutil-fips" rev="2.0.2" />
Leiningen
[org.bouncycastle/bcutil-fips "2.0.2"]
Apache Buildr
'org.bouncycastle:bcutil-fips:jar:2.0.2'
Dependencies