Google Certificate Authority Service V1beta1 Client - Class CertificateFingerprint (1.2.2)

Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class CertificateFingerprint.

A group of fingerprints for the x509 certificate.

Generated from protobuf message google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sha256_hash string

The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.

getSha256Hash

The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.

Returns
TypeDescription
string

setSha256Hash

The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this