An open API service indexing awesome lists of open source software.

https://github.com/fungrim/nimbus-jose-gcp-kms-provider

This library provides JWS signers and verifiers based on Google Cloud KMS for Nimbus JOSE.
https://github.com/fungrim/nimbus-jose-gcp-kms-provider

gcp google google-cloud google-cloud-kms java java-8 jws jwt kms nimbus-jose nimbus-jose-jwt

Last synced: 3 months ago
JSON representation

This library provides JWS signers and verifiers based on Google Cloud KMS for Nimbus JOSE.

Awesome Lists containing this project

README

        

# Google Cloud KMS provider for Nimbus JOSE
This library provides JWS utilities for [Nimbus JOSE](https://bitbucket.org/connect2id/nimbus-jose-jwt) 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**

## Documentation
Published here: https://fungrim.github.io/nimbus-jose-gcp-kms-provider/

## Dependencies
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`.

### Maven

```xml

io.github.fungrim.nimbus
gcp-kms-nimbus-provider
1.0.1

```

### Gradle

```
implementation 'io.github.fungrim.nimbus:gcp-kms-nimbus-provider:1.0.1'
```