Class: Google::Cloud::Kms::V1::AsymmetricSignResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::AsymmetricSignResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService.AsymmetricSign.
Instance Attribute Summary collapse
-
#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.
-
#signature ⇒ ::String
The created signature.
-
#signature_crc32c ⇒ ::Google::Protobuf::Int64Value
Integrity verification field.
-
#verified_data_crc32c ⇒ ::Boolean
Integrity verification field.
-
#verified_digest_crc32c ⇒ ::Boolean
Integrity verification field.
Instance Attribute Details
#name ⇒ ::String
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1448 class AsymmetricSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1448 class AsymmetricSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signature ⇒ ::String
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1448 class AsymmetricSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signature_crc32c ⇒ ::Google::Protobuf::Int64Value
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1448 class AsymmetricSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verified_data_crc32c ⇒ ::Boolean
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1448 class AsymmetricSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verified_digest_crc32c ⇒ ::Boolean
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1448 class AsymmetricSignResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |