Bouncy Castle CMS and S/MIME API.
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.5. 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 Java....
Here is the list of declaration for bcmail-jdk15. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcmail-jdk15</artifactId> <version>1.45</version> </dependency>
If you think this Maven repository POM file listing for bcmail-jdk15 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Bouncy Castle Licence
URL: http://www.bouncycastle.org/licence.html.
The bcmail-jdk15-1.45 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Security | bcprov-jdk15 1.45 The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5. | 18 |
The following packages are defined in the bcmail-jdk15-1.45.jar
org.bouncycastle.cms org.bouncycastle.mail.smime org.bouncycastle.mail.smime.examples org.bouncycastle.mail.smime.handlers org.bouncycastle.mail.smime.util org.bouncycastle.mail.smime.validator org.bouncycastle.sasn1 org.bouncycastle.sasn1.cms
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.bouncycastle</groupId> <artifactId>bcmail-jdk15</artifactId> <packaging>jar</packaging> <name>Bouncy Castle CMS and S/MIME API</name> <version>1.45</version> <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.5. 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.</description> <url>http://www.bouncycastle.org/java.html</url> <licenses> <license> <name>Bouncy Castle Licence</name> <url>http://www.bouncycastle.org/licence.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url> </scm> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15</artifactId> <version>1.45</version> <type>jar</type> </dependency> </dependencies> </project>