aws / aws/aws-encryption-sdk-java

Support KMS asymmetric keys

未关闭
#237 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Java
星标
240
派生
125
PR 合并指标
30 天内没有已合并 PR

描述

Hello,

I am unable to figure out few things while using kms. I have the following use case:

1. GenerateDataKeyPairWithoutPlainText - CLI
2. Store the above generated keys in the AWS secret manager - Console
3. Fetch the public key and give it to the client - Java
4. Client encrypts data and send it to us.- Java
5. We fetch the private key from the secret manager and decrypt data sent to us by client. - Java

I have executed the first three steps and need a Java Example for the last two. Thanks!

贡献指南

打开贡献指南

调研方向

首先查看 issue 中描述的 GenerateDataKeyPairWithoutPlainText 工作流,以及用于执行最终加密和解密步骤的 Java 集成点。一个有用的结果是记录客户端如何使用公钥进行加密,以及服务如何从 AWS Secrets Manager 获取私钥来解密数据。

由索引模型根据 Issue 内容生成。

评估

技术栈
aws, java
领域
cloud, security
Issue 类型
文档
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。