Class: Google::Cloud::Kms::V1::MacVerifyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::MacVerifyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService.MacVerify.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the CryptoKeyVersion used for verification.
-
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
The ProtectionLevel of the CryptoKeyVersion used for verification.
-
#success ⇒ ::Boolean
This field indicates whether or not the verification operation for MacVerifyRequest.mac over MacVerifyRequest.data was successful.
-
#verified_data_crc32c ⇒ ::Boolean
Integrity verification field.
-
#verified_mac_crc32c ⇒ ::Boolean
Integrity verification field.
-
#verified_success_integrity ⇒ ::Boolean
Integrity verification field.
Instance Attribute Details
#name ⇒ ::String
1246 1247 1248 1249 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1246 class MacVerifyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
1246 1247 1248 1249 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1246 class MacVerifyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success ⇒ ::Boolean
1246 1247 1248 1249 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1246 class MacVerifyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verified_data_crc32c ⇒ ::Boolean
1246 1247 1248 1249 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1246 class MacVerifyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verified_mac_crc32c ⇒ ::Boolean
1246 1247 1248 1249 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1246 class MacVerifyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verified_success_integrity ⇒ ::Boolean
1246 1247 1248 1249 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1246 class MacVerifyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |