Bouncy Castle RSA

Example using JNA modPow with Bouncy Castle

License

License

Categories

Categories

Square Business Logic Libraries Financial JNA Development Tools Native
GroupId

GroupId

com.squareup.jnagmp
ArtifactId

ArtifactId

bouncycastle-rsa
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Bouncy Castle RSA
Example using JNA modPow with Bouncy Castle
Project Organization

Project Organization

Square, Inc.

Download bouncycastle-rsa

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.jnagmp : jnagmp jar 3.0.0
org.bouncycastle : bcprov-jdk15on jar 1.50

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

JNA GMP project

A Java JNA wrapper around the GNU Multiple Precision Arithmetic Library ("libgmp").

Features

jnagmp

The basic JNA GMP library; minimal dependencies.

Available on Maven central as com.squareup.jnagmp:jnagmp.

bc-rsa

Example module that shows integrating JNA GMP with Bouncy Castle.

Available on Maven central as com.squareup.jnagmp:bouncycastle-rsa.

Contributors

Licensing

com.squareup.jnagmp

Square

Versions

Version
3.0.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0