use ;
use ;
/// The algorithm used with the RSA public key to protect key material during import.
///
/// For `RSA_AES` wrapping algorithms, you encrypt your key material with an AES key
/// that you generate, then encrypt your AES key with the RSA public key from AWS KMS.
/// For `RSAES_OAEP` wrapping algorithms, you encrypt your key material directly with the
/// RSA public key from AWS KMS.