Ceritificate Authority Service V1 API - Class Google::Cloud::Security::PrivateCA::V1::CertificateDescription::KeyId (v0.6.0)

Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::CertificateDescription::KeyId.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key_id

def key_id() -> ::String
Returns
  • (::String) — Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.

#key_id=

def key_id=(value) -> ::String
Parameter
  • value (::String) — Optional. 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) — Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.