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

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

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1beta1 \ CertificateDescription

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setSha256Hash

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

Parameter
Name Description
var string
Returns
Type Description
$this