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#name=
def name=(value) -> ::String#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.