Relative Content

Tag Archive for amazon-web-servicesrsaprivate-keyamazon-kms

Store and fetch private key in AWS KMS

I am trying to store private key generated externally into AWS KMS using Java SDK.
After importing private key, I need to fetch the private key for my usage outside the AWS.
How can I achieve that? In documentation I didn’t find anything helpful which will fetch me the private key which is imported to KMS.