Module: Google::Cloud::Kms::V1::ImportJob::ImportMethod

Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb

Overview

ImportMethod describes the key wrapping method chosen for this ImportJob.

Constant Summary collapse

IMPORT_METHOD_UNSPECIFIED =

Not specified.

0
RSA_OAEP_3072_SHA1_AES_256 =

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.

1
RSA_OAEP_4096_SHA1_AES_256 =

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.

2