Skip to content

Support KMS asymmetric keys #237

@anmgarg

Description

@anmgarg

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions