b

bcmail-jdk15

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.5. 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
Files download
File Operation
bcmail-jdk15-1.45.jar download
bcmail-jdk15-1.45.pom download
bcmail-jdk15-1.45-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcmail-jdk15</artifactId>
  <version>1.45</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcmail-jdk15:1.45'
Gradle Kotlin
implementation("org.bouncycastle:bcmail-jdk15:1.45")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcmail-jdk15" % "1.45"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcmail-jdk15', version='1.45')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcmail-jdk15" rev="1.45" />
Leiningen
[org.bouncycastle/bcmail-jdk15 "1.45"]
Apache Buildr
'org.bouncycastle:bcmail-jdk15:jar:1.45'
Dependencies