Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateDescription::KeyId
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::CertificateDescription::KeyId
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
A KeyId identifies a specific public key, usually by hashing the public key.
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Optional.
Instance Attribute Details
#key_id ⇒ ::String
Returns Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
760 761 762 763 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 760 class KeyId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |