You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The algorithm you will use with the RSA public key (<code>PublicKey</code>) in the
4250
+
* <p>The algorithm you will use with the asymmetric public key (<code>PublicKey</code>) in the
4249
4251
* response to protect your key material during import. For more information, see <a href="kms/latest/developerguide/importing-keys-get-public-key-and-token.html#select-wrapping-algorithm">Select a wrapping algorithm</a> in the <i>Key Management Service Developer Guide</i>.</p>
4250
4252
* <p>For RSA_AES wrapping algorithms, you encrypt your key material with an AES key that you
4251
4253
* generate, then encrypt your AES key with the RSA public key from KMS. For RSAES wrapping
4252
-
* algorithms, you encrypt your key material directly with the RSA public key from KMS.</p>
4254
+
* algorithms, you encrypt your key material directly with the RSA public key from KMS.
4255
+
* For SM2PKE wrapping algorithms, you encrypt your key material directly with the SM2 public key
4256
+
* from KMS.</p>
4253
4257
* <p>The wrapping algorithms that you can use depend on the type of key material that you are
4254
-
* importing. To import an RSA private key, you must use an RSA_AES wrapping algorithm.</p>
4258
+
* importing. To import an RSA private key, you must use an RSA_AES wrapping algorithm, except
4259
+
* in China Regions, where you must use the SM2PKE wrapping algorithm to import an RSA private key.</p>
4260
+
* <p>The SM2PKE wrapping algorithm is available only in China Regions. The
4261
+
* <code>RSA_AES_KEY_WRAP_SHA_256</code> and <code>RSA_AES_KEY_WRAP_SHA_1</code>
4262
+
* wrapping algorithms are not supported in China Regions.</p>
0 commit comments