Bouncy Castle Provider.
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..
Here is the list of declaration for bcprov-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>bcprov-jdk15on</artifactId> <version>1.47</version> </dependency>
If you think this Maven repository POM file listing for bcprov-jdk15on 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 following table lists the most popular artifacts which are depending on bcprov-jdk15on-1.47. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Network | browsermob-proxy 2.0-beta-7 A programmatic HTTP/S designed for performance and functional testing | 19 |
Security | bcpkix-jdk15on 1.47 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. | 11 |
Http | aether-connector-okhttp 0.13.0 A repository connector implementation based on Square's OkHttp. | 21 |
The following packages are defined in the bcprov-jdk15on-1.47.jar
org.bouncycastle org.bouncycastle.asn1 org.bouncycastle.asn1.bc org.bouncycastle.asn1.cmp org.bouncycastle.asn1.cms org.bouncycastle.asn1.cms.ecc org.bouncycastle.asn1.crmf org.bouncycastle.asn1.cryptopro org.bouncycastle.asn1.eac org.bouncycastle.asn1.esf org.bouncycastle.asn1.ess org.bouncycastle.asn1.gnu org.bouncycastle.asn1.iana org.bouncycastle.asn1.icao org.bouncycastle.asn1.isismtt org.bouncycastle.asn1.isismtt.ocsp org.bouncycastle.asn1.isismtt.x509 org.bouncycastle.asn1.kisa org.bouncycastle.asn1.microsoft org.bouncycastle.asn1.misc org.bouncycastle.asn1.mozilla org.bouncycastle.asn1.nist org.bouncycastle.asn1.ntt org.bouncycastle.asn1.ocsp org.bouncycastle.asn1.oiw org.bouncycastle.asn1.pkcs org.bouncycastle.asn1.sec org.bouncycastle.asn1.smime org.bouncycastle.asn1.teletrust org.bouncycastle.asn1.tsp org.bouncycastle.asn1.util org.bouncycastle.asn1.x500 org.bouncycastle.asn1.x500.style org.bouncycastle.asn1.x509 org.bouncycastle.asn1.x509.qualified org.bouncycastle.asn1.x509.sigi org.bouncycastle.asn1.x9 org.bouncycastle.crypto org.bouncycastle.crypto.agreement org.bouncycastle.crypto.agreement.kdf org.bouncycastle.crypto.agreement.srp org.bouncycastle.crypto.digests org.bouncycastle.crypto.encodings org.bouncycastle.crypto.engines org.bouncycastle.crypto.examples org.bouncycastle.crypto.generators org.bouncycastle.crypto.io org.bouncycastle.crypto.macs org.bouncycastle.crypto.modes org.bouncycastle.crypto.modes.gcm org.bouncycastle.crypto.paddings org.bouncycastle.crypto.params org.bouncycastle.crypto.prng org.bouncycastle.crypto.signers org.bouncycastle.crypto.tls org.bouncycastle.crypto.util org.bouncycastle.i18n org.bouncycastle.i18n.filter org.bouncycastle.jcajce org.bouncycastle.jcajce.io org.bouncycastle.jcajce.provider.asymmetric org.bouncycastle.jcajce.provider.asymmetric.dh org.bouncycastle.jcajce.provider.asymmetric.dsa org.bouncycastle.jcajce.provider.asymmetric.ec org.bouncycastle.jcajce.provider.asymmetric.ecgost org.bouncycastle.jcajce.provider.asymmetric.elgamal org.bouncycastle.jcajce.provider.asymmetric.gost org.bouncycastle.jcajce.provider.asymmetric.rsa org.bouncycastle.jcajce.provider.asymmetric.util org.bouncycastle.jcajce.provider.asymmetric.x509 org.bouncycastle.jcajce.provider.config org.bouncycastle.jcajce.provider.digest org.bouncycastle.jcajce.provider.symmetric org.bouncycastle.jcajce.provider.symmetric.util org.bouncycastle.jcajce.provider.util org.bouncycastle.jce org.bouncycastle.jce.examples org.bouncycastle.jce.exception org.bouncycastle.jce.interfaces org.bouncycastle.jce.netscape org.bouncycastle.jce.provider org.bouncycastle.jce.spec org.bouncycastle.math.ec org.bouncycastle.ocsp org.bouncycastle.util org.bouncycastle.util.encoders org.bouncycastle.util.io org.bouncycastle.util.io.pem org.bouncycastle.util.test org.bouncycastle.x509 org.bouncycastle.x509.examples org.bouncycastle.x509.extension org.bouncycastle.x509.util
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>bcprov-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle Provider</name> <version>1.47</version> <description>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.</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> </project>