b

bcutil-jdk18on

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.8 and up.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
文件下载
文件名 操作
bcutil-jdk18on-1.78.jar 下载
bcutil-jdk18on-1.78.pom 下载
bcutil-jdk18on-1.78-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcutil-jdk18on</artifactId>
  <version>1.78</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcutil-jdk18on:1.78'
Gradle Kotlin
implementation("org.bouncycastle:bcutil-jdk18on:1.78")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcutil-jdk18on" % "1.78"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcutil-jdk18on', version='1.78')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcutil-jdk18on" rev="1.78" />
Leiningen
[org.bouncycastle/bcutil-jdk18on "1.78"]
Apache Buildr
'org.bouncycastle:bcutil-jdk18on:jar:1.78'
本项目依赖