Maven Repository - POM file for Security bcmail-jdk14 138 138

Summary

Legion of the Bouncy Castle Java Cryptography APIs.

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE fram....

Declaration

Here is the list of declaration for bcmail-jdk14. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>bouncycastle</groupId>
   <artifactId>bcmail-jdk14</artifactId>
   <version>138</version>
</dependency>

If you think this Maven repository POM file listing for bcmail-jdk14 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:Bouncy Castle License
URL: http://www.bouncycastle.org/licence.html.

Depended by

The following table lists the most popular artifacts which are depending on bcmail-jdk14-138. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
PDFitext 2.1.7.js2
iText, a free Java-PDF library
5
PDFitext 2.1.7
iText, a free Java-PDF library
84
PDFitext-rtf 2.1.7
iText, a free Java-PDF library (rtf package)
14
PDFitext 2.0.8
iText, a free Java-PDF library
15

Packages

The following packages are defined in the bcmail-jdk14-138.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




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>bouncycastle</groupId>
  <artifactId>bcmail-jdk14</artifactId>
  <version>138</version>
  <name>Legion of the Bouncy Castle Java Cryptography APIs</name>
  <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.</description>
  <url>http://www.bouncycastle.org/java.html</url>

  <licenses>
    <license>
      <name>Bouncy Castle License</name>
      <url>http://www.bouncycastle.org/licence.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

</project>