Download bcmail-jdk14-136.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 136 in this page.

License

Bouncy Castle License

Build File

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

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

Download

Click the following link to download the jar file.

bcmail-jdk14-136.jar
bcmail-jdk14-136.pom



Related Tutorials