Last Version

jiron 1.0

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.jalg
ArtifactId

ArtifactId

jiron
Version

Version

1.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/algermissen/jiron

Download jiron 1.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.