Class: Google::Cloud::Kms::V1::AsymmetricDecryptResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb

Overview

Response message for KeyManagementService::AsymmetricDecrypt.

Instance Attribute Summary collapse

Instance Attribute Details

#plaintextString

Returns The decrypted data originally encrypted with the matching public key.

Returns:

  • (String)

    The decrypted data originally encrypted with the matching public key.



350
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 350

class AsymmetricDecryptResponse; end