aws / aws/aws-encryption-sdk-java

Support KMS asymmetric keys

Open
#237 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
240
Forks
125
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.