b

bcmail-jdk14

The Bouncy Castle Java CMS and S/MIME APIs for handling the CMS and S/MIME protocols. This jar contains CMS and S/MIME APIs for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. If the S/MIME API is used, the JavaMail API and the Java activation framework will also be needed.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence
文件下载
文件名 操作
bcmail-jdk14-1.38.jar 下载
bcmail-jdk14-1.38.pom 下载
bcmail-jdk14-1.38-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcmail-jdk14</artifactId>
  <version>1.38</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcmail-jdk14:1.38'
Gradle Kotlin
implementation("org.bouncycastle:bcmail-jdk14:1.38")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcmail-jdk14" % "1.38"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcmail-jdk14', version='1.38')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcmail-jdk14" rev="1.38" />
Leiningen
[org.bouncycastle/bcmail-jdk14 "1.38"]
Apache Buildr
'org.bouncycastle:bcmail-jdk14:jar:1.38'
本项目依赖