b

bcutil-jdk14

The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. This jar contains APIs for JDK 1.4.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcutil-jdk14-1.79.jar download
bcutil-jdk14-1.79.pom download
bcutil-jdk14-1.79-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcutil-jdk14</artifactId>
  <version>1.79</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcutil-jdk14:1.79'
Gradle Kotlin
implementation("org.bouncycastle:bcutil-jdk14:1.79")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcutil-jdk14" % "1.79"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcutil-jdk14', version='1.79')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcutil-jdk14" rev="1.79" />
Leiningen
[org.bouncycastle/bcutil-jdk14 "1.79"]
Apache Buildr
'org.bouncycastle:bcutil-jdk14:jar:1.79'
Dependencies