Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::GetImportJobRequest (v1.14.0)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::GetImportJobRequest.

Request message for KeyManagementService.GetImportJob.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the ImportJob to get.
Returns

#public_key_format

def public_key_format() -> ::Google::Cloud::Kms::V1::PublicKey::PublicKeyFormat
Returns
  • (::Google::Cloud::Kms::V1::PublicKey::PublicKeyFormat) —

    Optional. Specifies the [WrappingPublicKey][] format. If not specified:

    • For RSA-based import methods, the wrapping key will be returned in PEM format
    • For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203
    • For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.

#public_key_format=

def public_key_format=(value) -> ::Google::Cloud::Kms::V1::PublicKey::PublicKeyFormat
Parameter
  • value (::Google::Cloud::Kms::V1::PublicKey::PublicKeyFormat) —

    Optional. Specifies the [WrappingPublicKey][] format. If not specified:

    • For RSA-based import methods, the wrapping key will be returned in PEM format
    • For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203
    • For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.
Returns
  • (::Google::Cloud::Kms::V1::PublicKey::PublicKeyFormat) —

    Optional. Specifies the [WrappingPublicKey][] format. If not specified:

    • For RSA-based import methods, the wrapping key will be returned in PEM format
    • For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203
    • For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.