Class: Google::Cloud::Kms::V1::RawDecryptRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::RawDecryptRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService.RawDecrypt.
Instance Attribute Summary collapse
-
#additional_authenticated_data ⇒ ::String
Optional.
-
#additional_authenticated_data_crc32c ⇒ ::Google::Protobuf::Int64Value
Optional.
-
#ciphertext ⇒ ::String
Required.
-
#ciphertext_crc32c ⇒ ::Google::Protobuf::Int64Value
Optional.
-
#initialization_vector ⇒ ::String
Required.
-
#initialization_vector_crc32c ⇒ ::Google::Protobuf::Int64Value
Optional.
-
#name ⇒ ::String
Required.
-
#tag_length ⇒ ::Integer
The length of the authentication tag that is appended to the end of the ciphertext.
Instance Attribute Details
#additional_authenticated_data ⇒ ::String
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#additional_authenticated_data_crc32c ⇒ ::Google::Protobuf::Int64Value
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ciphertext ⇒ ::String
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ciphertext_crc32c ⇒ ::Google::Protobuf::Int64Value
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#initialization_vector ⇒ ::String
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#initialization_vector_crc32c ⇒ ::Google::Protobuf::Int64Value
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag_length ⇒ ::Integer
876 877 878 879 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 876 class RawDecryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |