| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |