Reference documentation and code samples for the Google Certificate Authority Service V1 Client class CertificateFingerprint.
A group of fingerprints for the x509 certificate.
Generated from protobuf message google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1 \ CertificateDescriptionMethods
__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 |
|