Google Cloud Access Approval V1 Client - Class SignatureInfo (1.1.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setSignature

The digital signature.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getCustomerKmsKeyVersion

The resource name of the customer CryptoKeyVersion used for signing.

Returns
TypeDescription
string

hasCustomerKmsKeyVersion

setCustomerKmsKeyVersion

The resource name of the customer CryptoKeyVersion used for signing.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVerificationInfo

Returns
TypeDescription
string