AWS Encryption SDK for C v2.4
|
Data Structures | |
class | Aws::Cryptosdk::KmsMrkAwareSymmetricKeyring::Builder |
class | Aws::Cryptosdk::KmsMrkAwareSymmetricKeyring::MultiKeyringBuilder |
We have implemented a keyring on top of KMS, which uses the AWS SDK for C++ as its underlying KMS client.
Because there is no pure-C AWS KMS client at the moment, C++ is required to use this keyring. We expect that a parallel pure-C API will be added in the future when a pure-C KMS client becomes available.