Class: Google::Cloud::Kms::V1::MacSignResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::MacSignResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService.MacSign.
Instance Attribute Summary collapse
-
#mac ⇒ ::String
The created signature.
-
#mac_crc32c ⇒ ::Google::Protobuf::Int64Value
Integrity verification field.
-
#name ⇒ ::String
The resource name of the CryptoKeyVersion used for signing.
-
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
The ProtectionLevel of the CryptoKeyVersion used for signing.
-
#verified_data_crc32c ⇒ ::Boolean
Integrity verification field.
Instance Attribute Details
#mac ⇒ ::String
1159 1160 1161 1162 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1159 class MacSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mac_crc32c ⇒ ::Google::Protobuf::Int64Value
1159 1160 1161 1162 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1159 class MacSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
1159 1160 1161 1162 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1159 class MacSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
1159 1160 1161 1162 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1159 class MacSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verified_data_crc32c ⇒ ::Boolean
1159 1160 1161 1162 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1159 class MacSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |