Class: Google::Cloud::Kms::V1::Digest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#sha256::String

Returns A message digest produced with the SHA-256 algorithm.

Returns:

  • (::String)

    A message digest produced with the SHA-256 algorithm.



1261
1262
1263
1264
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1261

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

#sha384::String

Returns A message digest produced with the SHA-384 algorithm.

Returns:

  • (::String)

    A message digest produced with the SHA-384 algorithm.



1261
1262
1263
1264
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1261

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

#sha512::String

Returns A message digest produced with the SHA-512 algorithm.

Returns:

  • (::String)

    A message digest produced with the SHA-512 algorithm.



1261
1262
1263
1264
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1261

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