Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateDescription::CertificateFingerprint
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::CertificateDescription::CertificateFingerprint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
A group of fingerprints for the x509 certificate.
Instance Attribute Summary collapse
-
#sha256_hash ⇒ ::String
The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
Instance Attribute Details
#sha256_hash ⇒ ::String
Returns The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
769 770 771 772 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 769 class CertificateFingerprint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |