Bouncy Castle RSA

Example using JNA modPow with Bouncy Castle

Лицензия

Лицензия

Категории

Категории

Square Прикладные библиотеки Financial JNA Инструменты разработки Native
Группа

Группа

com.squareup.jnagmp
Идентификатор

Идентификатор

bouncycastle-rsa
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Bouncy Castle RSA
Example using JNA modPow with Bouncy Castle
Организация-разработчик

Организация-разработчик

Square, Inc.

Скачать bouncycastle-rsa

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.squareup.jnagmp : jnagmp jar 3.0.0
org.bouncycastle : bcprov-jdk15on jar 1.50

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.0.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0