Download bcmail-jdk14-138.jar file - Jar b

Jar examples for b:bcmail-jdk14

Description

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.

You can download jar file bcmail-jdk14 138 in this page.

License

Bouncy Castle License

Build File

You can use the following script to add bcmail-jdk14-138.jar to your project.

<dependency>
   <groupId>bouncycastle</groupId>
   <artifactId>bcmail-jdk14</artifactId>
   <version>138</version>
</dependency>
compile group: 'bouncycastle', name: 'bcmail-jdk14', version: '138'
libraryDependencies += "bouncycastle" % "bcmail-jdk14" % "138"
<dependency org="bouncycastle" name="bcmail-jdk14" rev="138"/>
@Grapes(@Grab(group='bouncycastle', module='bcmail-jdk14', version='138'))
'bouncycastle:bcmail-jdk14:jar:138'

Download

Click the following link to download the jar file.

bcmail-jdk14-138.jar
bcmail-jdk14-138.pom



Related Tutorials