Class: Google::Cloud::Kms::V1::ChallengeReply
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ChallengeReply
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/hsm_management.rb
Overview
A reply to a challenge signed by a 2FA key.
Instance Attribute Summary collapse
-
#public_key_pem ⇒ ::String
Required.
-
#signed_challenge ⇒ ::String
Required.
Instance Attribute Details
#public_key_pem ⇒ ::String
Returns Required. The public key associated with the 2FA key.
541 542 543 544 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 541 class ChallengeReply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signed_challenge ⇒ ::String
Returns Required. The signed challenge associated with the 2FA key. The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
541 542 543 544 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 541 class ChallengeReply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |