Interface CertificateDescription.CertificateFingerprintOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.