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
文件下载
文件名 操作
jose4j-0.3.9.jar 下载
jose4j-0.3.9.pom 下载
jose4j-0.3.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bitbucket.b_c</groupId>
  <artifactId>jose4j</artifactId>
  <version>0.3.9</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.b_c:jose4j:0.3.9'
Gradle Kotlin
implementation("org.bitbucket.b_c:jose4j:0.3.9")
Scala SBT
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.3.9"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.b_c', module='jose4j', version='0.3.9')
)
Apache Ivy
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.3.9" />
Leiningen
[org.bitbucket.b_c/jose4j "0.3.9"]
Apache Buildr
'org.bitbucket.b_c:jose4j:jar:0.3.9'