Reference documentation and code samples for the Cloud KMS V1 Client class ChallengeReply.
A reply to a challenge signed by a 2FA key.
Generated from protobuf message google.cloud.kms.v1.ChallengeReply
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ signed_challenge
string
Required. The signed challenge associated with the 2FA key. The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
↳ public_key_pem
string
Required. The public key associated with the 2FA key.
getSignedChallenge
Required. The signed challenge associated with the 2FA key.
The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
string
setSignedChallenge
Required. The signed challenge associated with the 2FA key.
The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
var
string
$this
getPublicKeyPem
Required. The public key associated with the 2FA key.
string
setPublicKeyPem
Required. The public key associated with the 2FA key.
var
string
$this

