This library package is an extension of nimbus-jose-jwt library. It provides JWE based encrypters/decrypters and JWS based signers/verifiers for doing operations with cryptographic keys stores in AWS KMS.
Stars
9
Forks
11
Watchers
9
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Bumped the version number to 1.4.0 in the build.gradle file. (#23)
de3178eView on GitHubModified KmsDefaultEncryptionCryptoProvider to accept RFC-compliant J… (#22)
df9541aView on GitHubBumped the version number to 1.3.0 in the `build.gradle` file.
c2f8321View on GitHubModified KmsAsymmetricSigningCryptoProvider to accept RFC-compliant JWSAlgorithm types (#15)
8cf254fView on GitHubresolves #9, Updated README to cover support for `KmsDefaultEncrypter` and `KmsDefaultDecrypter`. (#16)
9ac6dc6View on GitHubFixed doc-comment of JWEDecrypterUtil#decrypt method.
24de34dView on GitHubAdded `KmsDefaultEncryptionCryptoProvider` and `JWEHeaderValidationUtil` classes. (#11)
21fb283View on GitHubRemoved upper bound restriction from com.google.guava:guava, as it supports indefinite backward compatibility and older versions are not available in MavenCentral anymore. (#10)
c615470View on GitHubFixed build failure, occuring due to backwards incompatible changes added in release v9.32 of nimbus-jose-jwt. (#8)
06e1957View on GitHubresolves #6, Added KmsAsymmetricSigner and KmsAsymmetricVerifier which supports both RSA and ECDSA algorithms. Also deprecated KmsAsymmetricRSASSASigner and KmsAsymmetricRSASSAVerifier, while retaining them for backwards compatibility. (#7)
d0ae735View on GitHubFixed signing message creation process for KMS-RSA crypto provider. Also enhanced the sign verification script.
8a5415aView on GitHub