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

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.49</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.

Depends on

The bcpkix-jdk15on-1.49 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Securitybcprov-jdk15on 1.49
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 to JDK 1.7.
9

Packages

The following packages are defined in the bcpkix-jdk15on-1.49.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.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.49</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>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
  </scm>
  
  <dependencies>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15on</artifactId>
      <version>1.49</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>