Class: Google::Cloud::Security::PrivateCA::V1::CertificateConfig::KeyId

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/resources.rb

Overview

A KeyId identifies a specific public key, usually by hashing the public key.

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns Required. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.

Returns:

  • (::String)

    Required. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.



1059
1060
1061
1062
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1059

class KeyId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end