Download jose4j-0.4.1.jar file - Jar j

Jar examples for j:jose4j

Description

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.

You can download jar file jose4j 0.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jose4j-0.4.1.jar to your project.

<dependency>
   <groupId>org.bitbucket.b_c</groupId>
   <artifactId>jose4j</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.4.1'
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.4.1"
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.4.1"/>
@Grapes(@Grab(group='org.bitbucket.b_c', module='jose4j', version='0.4.1'))
'org.bitbucket.b_c:jose4j:jar:0.4.1'

Download

Click the following link to download the jar file.

jose4j-0.4.1-javadoc.jar
jose4j-0.4.1-sources.jar
jose4j-0.4.1.jar
jose4j-0.4.1.pom



Related Tutorials