Class: Google::Cloud::Kms::V1::Digest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::Digest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
A Digest holds a cryptographic message digest.
Instance Attribute Summary collapse
-
#sha256 ⇒ ::String
A message digest produced with the SHA-256 algorithm.
-
#sha384 ⇒ ::String
A message digest produced with the SHA-384 algorithm.
-
#sha512 ⇒ ::String
A message digest produced with the SHA-512 algorithm.
Instance Attribute Details
#sha256 ⇒ ::String
Returns A message digest produced with the SHA-256 algorithm.
1286 1287 1288 1289 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1286 class Digest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |