Maven Repository - POM file for Security bcpkix-jdk15on 1.50 1.50

Summary

Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs.

The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, 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..

Declaration

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

<dependency>
   <groupId>org.bouncycastle</groupId>
   <artifactId>bcpkix-jdk15on</artifactId>
   <version>1.50</version>
</dependency>

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





License

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

Depended by

The following table lists the most popular artifacts which are depending on bcpkix-jdk15on-1.50. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Networknetty 3.9.4.Final
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
14

Packages

The following packages are defined in the bcpkix-jdk15on-1.50.jar

org.bouncycastle.cert
org.bouncycastle.cert.bc
org.bouncycastle.cert.cmp
org.bouncycastle.cert.crmf
org.bouncycastle.cert.crmf.jcajce
org.bouncycastle.cert.jcajce
org.bouncycastle.cert.ocsp
org.bouncycastle.cert.ocsp.jcajce
org.bouncycastle.cert.path
org.bouncycastle.cert.path.validations
org.bouncycastle.cert.selector
org.bouncycastle.cert.selector.jcajce
org.bouncycastle.cms
org.bouncycastle.cms.bc
org.bouncycastle.cms.jcajce
org.bouncycastle.dvcs
org.bouncycastle.eac
org.bouncycastle.eac.jcajce
org.bouncycastle.eac.operator
org.bouncycastle.eac.operator.jcajce
org.bouncycastle.mozilla
org.bouncycastle.openssl
org.bouncycastle.openssl.jcajce
org.bouncycastle.operator
org.bouncycastle.operator.bc
org.bouncycastle.operator.jcajce
org.bouncycastle.pkcs
org.bouncycastle.pkcs.bc
org.bouncycastle.pkcs.jcajce
org.bouncycastle.tsp
org.bouncycastle.tsp.cms
org.bouncycastle.voms




POM File Source

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>bcpkix-jdk15on</artifactId>
  <packaging>jar</packaging>
  <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
  <version>1.50</version>
  <description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, 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.</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>https://github.com/bcgit/bc-java</url>
  </scm>
  <issueManagement>
     <system>GitHub</system>
     <url>https://github.com/bcgit/bc-java/issues?state=open</url>
  </issueManagement>
  
  <dependencies>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15on</artifactId>
      <version>1.50</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>