Package Exports
- @relaycorp/webcrypto-kms
- @relaycorp/webcrypto-kms/build/main/index.js
- @relaycorp/webcrypto-kms/build/module/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@relaycorp/webcrypto-kms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WebCrypto-compatible client for Key Management Services like GCP KMS
This library extends webcrypto-core to abstract the communication with KMSs (e.g., GCP KMS), allowing you to use the same code to communicate with different KMSs.
This is an alternative to the Key Management Interoperability Protocol (KMIP) and PKCS#11. TODO: Explain why.