Interface CertificateDescription.KeyIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKeyId()
      Optional.
      com.google.protobuf.ByteString getKeyIdBytes()
      Optional.
      • 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

      • getKeyId

        String getKeyId()
         Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
         likely the 160 bit SHA-1 hash of the public key.
         
        string key_id = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The keyId.
      • getKeyIdBytes

        com.google.protobuf.ByteString getKeyIdBytes()
         Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
         likely the 160 bit SHA-1 hash of the public key.
         
        string key_id = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for keyId.