Download bcmail-jdk15on-1.54.jar file - Jar b

Jar examples for b:bcmail-jdk15on

Description

The Bouncy Castle Java CMS, S/MIME and certificate APIs for handling the CMS and S/MIME protocols and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.7. 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 if the S/MIME API is used.

You can download jar file bcmail-jdk15on 1.54 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcmail-jdk15on-1.54.jar to your project.

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

Download

Click the following link to download the jar file.

bcmail-jdk15on-1.54-javadoc.jar
bcmail-jdk15on-1.54-sources.jar
bcmail-jdk15on-1.54.jar
bcmail-jdk15on-1.54.pom



Related Tutorials