Reference documentation and code samples for the Google Cloud Access Approval V1 Client class SignatureInfo.
Information about the digital signature of the resource.
Generated from protobuf message google.cloud.accessapproval.v1.SignatureInfo
Namespace
Google \ Cloud \ AccessApproval \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ signature |
string
The digital signature. |
↳ google_public_key_pem |
string
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key. |
↳ customer_kms_key_version |
string
The resource name of the customer CryptoKeyVersion used for signing. |
getSignature
The digital signature.
Returns | |
---|---|
Type | Description |
string |
setSignature
The digital signature.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGooglePublicKeyPem
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
Returns | |
---|---|
Type | Description |
string |
hasGooglePublicKeyPem
setGooglePublicKeyPem
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCustomerKmsKeyVersion
The resource name of the customer CryptoKeyVersion used for signing.
Returns | |
---|---|
Type | Description |
string |
hasCustomerKmsKeyVersion
setCustomerKmsKeyVersion
The resource name of the customer CryptoKeyVersion used for signing.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVerificationInfo
Returns | |
---|---|
Type | Description |
string |