Last Version

Legion of the Bouncy Castle Java Cryptography APIs 140

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.

License

License

GroupId

GroupId

bouncycastle
ArtifactId

ArtifactId

bcprov-jdk15
Version

Version

140
Type

Type

jar
Description

Description

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 framework.
Project URL

Project URL

http://www.bouncycastle.org/java.html

Download bcprov-jdk15 140


<!-- https://jarcasting.com/artifacts/bouncycastle/bcprov-jdk15/ -->
<dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcprov-jdk15</artifactId>
    <version>140</version>
</dependency>
// https://jarcasting.com/artifacts/bouncycastle/bcprov-jdk15/
implementation 'bouncycastle:bcprov-jdk15:140'
// https://jarcasting.com/artifacts/bouncycastle/bcprov-jdk15/
implementation ("bouncycastle:bcprov-jdk15:140")
'bouncycastle:bcprov-jdk15:jar:140'
<dependency org="bouncycastle" name="bcprov-jdk15" rev="140">
  <artifact name="bcprov-jdk15" type="jar" />
</dependency>
@Grapes(
@Grab(group='bouncycastle', module='bcprov-jdk15', version='140')
)
libraryDependencies += "bouncycastle" % "bcprov-jdk15" % "140"
[bouncycastle/bcprov-jdk15 "140"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.