Download bcmail-jdk16-140.jar file - Jar b

Jar examples for b:bcmail-jdk16

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.6. 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-jdk16 140 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcmail-jdk16-140.jar to your project.

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

Download

Click the following link to download the jar file.

bcmail-jdk16-140.jar
bcmail-jdk16-140-javadoc.jar
bcmail-jdk16-140.pom
bcmail-jdk16-140-sources.jar



Related Tutorials