Interface CertificateDescription.CertificateFingerprintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateDescription.CertificateFingerprint
,CertificateDescription.CertificateFingerprint.Builder
- Enclosing class:
- CertificateDescription
public static interface CertificateDescription.CertificateFingerprintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSha256Hash()
The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.com.google.protobuf.ByteString
getSha256HashBytes()
The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSha256Hash
String getSha256Hash()
The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
string sha256_hash = 1;
- Returns:
- The sha256Hash.
-
getSha256HashBytes
com.google.protobuf.ByteString getSha256HashBytes()
The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
string sha256_hash = 1;
- Returns:
- The bytes for sha256Hash.
-
-