This library provides JWS utilities for Nimbus JOSE on top of Google Cloud KMS: You can sign and verify JWS objects backed by keys in GCP KMS.
- The current version is: 1.0.1
Published here: https://fungrim.github.io/nimbus-jose-gcp-kms-provider/
This library depends on the GCP platform version 24.0.0
, Guava 31.0.1-jre
bcprov-jdk15on:1.68
and bcpkix-jdk15on:1.68
, and Nimbus JOSE 9.15.2
.
<dependency>
<groupId>io.github.fungrim.nimbus</groupId>
<artifactId>gcp-kms-nimbus-provider</artifactId>
<version>1.0.1</version>
</dependency>
implementation 'io.github.fungrim.nimbus:gcp-kms-nimbus-provider:1.0.1'