b

bcmail-jdk15on

The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 and up. 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.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcmail-jdk15on-1.67.jar download
bcmail-jdk15on-1.67.pom download
bcmail-jdk15on-1.67-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcmail-jdk15on</artifactId>
  <version>1.67</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcmail-jdk15on:1.67'
Gradle Kotlin
implementation("org.bouncycastle:bcmail-jdk15on:1.67")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcmail-jdk15on" % "1.67"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcmail-jdk15on', version='1.67')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcmail-jdk15on" rev="1.67" />
Leiningen
[org.bouncycastle/bcmail-jdk15on "1.67"]
Apache Buildr
'org.bouncycastle:bcmail-jdk15on:jar:1.67'