Interface CertificateDescription.CertificateFingerprintOrBuilder (2.39.0)

public static interface CertificateDescription.CertificateFingerprintOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSha256Hash()

public abstract String getSha256Hash()

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

string sha256_hash = 1;

Returns
TypeDescription
String

The sha256Hash.

getSha256HashBytes()

public abstract ByteString getSha256HashBytes()

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

string sha256_hash = 1;

Returns
TypeDescription
ByteString

The bytes for sha256Hash.