j

jose4j

The jose4j library is an open source implementation of JWS (JSON Web Signature), JWE (Encryption), JWA (Algorithms) and JWK (Key) from the IETF JOSE (JavaScrip Object Signing and Encryption) Working Group. It is written in Java and relies solely on the JCA APIs for cryptography. Please see https://bitbucket.org/b_c/jose4j/wiki/Home for more info.
https://bitbucket.org/b_c/jose4j/
The Apache Software License, Version 2.0
Brian Campbell
Files download
File Operation
jose4j-0.4.1.jar download
jose4j-0.4.1.pom download
jose4j-0.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bitbucket.b_c</groupId>
  <artifactId>jose4j</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.b_c:jose4j:0.4.1'
Gradle Kotlin
implementation("org.bitbucket.b_c:jose4j:0.4.1")
Scala SBT
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.b_c', module='jose4j', version='0.4.1')
)
Apache Ivy
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.4.1" />
Leiningen
[org.bitbucket.b_c/jose4j "0.4.1"]
Apache Buildr
'org.bitbucket.b_c:jose4j:jar:0.4.1'