jiron

jiron is a library for working with encapsulated tokens. Encapsulated tokens can be used to encrypt and sign arbitrary messages, pass them around in untrusted environments (e.g. the Web), receive them back and still be sure that noone has seen or modified the original token. This is useful for authentication tokens, e.g. in the context of authorization delegation or cookie-based Web authentication.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.jalg
Идентификатор

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jiron
jiron is a library for working with encapsulated tokens. Encapsulated tokens can be used to encrypt and sign arbitrary messages, pass them around in untrusted environments (e.g. the Web), receive them back and still be sure that noone has seen or modified the original token. This is useful for authentication tokens, e.g. in the context of authorization delegation or cookie-based Web authentication.
Ссылка на сайт

Ссылка на сайт

https://github.com/algermissen/jiron

Скачать jiron

Имя Файла Размер
jiron-1.0.pom
jiron-1.0.jar 21 KB
jiron-1.0-sources.jar 26 KB
jiron-1.0-javadoc.jar 110 KB
Обзор

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

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

Зависимости

test (1)

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

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

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

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

Версия
1.0