Class: Google::Cloud::Kms::V1::DecryptRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::DecryptRequest
- Defined in:
- lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService::Decrypt.
Instance Attribute Summary collapse
-
#additional_authenticated_data ⇒ String
Optional data that must match the data originally supplied in EncryptRequest#additional_authenticated_data.
-
#ciphertext ⇒ String
Required.
-
#name ⇒ String
Required.
Instance Attribute Details
#additional_authenticated_data ⇒ String
Returns Optional data that must match the data originally supplied in EncryptRequest#additional_authenticated_data.
217 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 217 class DecryptRequest; end |
#ciphertext ⇒ String
Returns Required. The encrypted data originally returned in EncryptResponse#ciphertext.
217 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 217 class DecryptRequest; end |
#name ⇒ String
Returns Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version.
217 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 217 class DecryptRequest; end |