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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSignedChallenge
Required. The signed challenge associated with the 2FA key.
The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPublicKeyPem
Required. The public key associated with the 2FA key.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPublicKeyPem
Required. The public key associated with the 2FA key.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|