b

bcmail-jdk15on

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