[ImportMethod][google.cloud.kms.v1.ImportJob.ImportMethod] describes the key wrapping method chosen for this
[ImportJob][google.cloud.kms.v1.ImportJob].
This ImportMethod represents the CKM_RSA_AES_KEY_WRAP key wrapping
scheme defined in the PKCS #11 standard. In summary, this involves
wrapping the raw key with an ephemeral AES key, and wrapping the
ephemeral AES key with a 3072 bit RSA key. For more details, see
RSA AES key wrap
mechanism.
RsaOaep4096Sha1Aes256
This ImportMethod represents the CKM_RSA_AES_KEY_WRAP key wrapping
scheme defined in the PKCS #11 standard. In summary, this involves
wrapping the raw key with an ephemeral AES key, and wrapping the
ephemeral AES key with a 4096 bit RSA key. For more details, see
RSA AES key wrap
mechanism.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ImportMethod` enum within the `Google.Cloud.Kms.V1` namespace, used to specify key wrapping methods for import jobs."],["The latest version available is 3.16.0, with a range of previous versions listed down to 2.2.0, and the content is currently focused on version 2.4.0."],["The `ImportMethod` enum supports three field options: `Unspecified`, `RsaOaep3072Sha1Aes256` which uses 3072-bit RSA, and `RsaOaep4096Sha1Aes256` which uses 4096-bit RSA."],["The listed RSA key wrapping schemes are based on the CKM_RSA_AES_KEY_WRAP standard from PKCS #11, involving an AES key and either a 3072 or 4096 bit RSA key for wrapping."]]],[]]