Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::Digest.
A Digest holds a cryptographic message digest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sha256
def sha256() -> ::String
Returns
- (::String) — A message digest produced with the SHA-256 algorithm.
#sha256=
def sha256=(value) -> ::String
Parameter
- value (::String) — A message digest produced with the SHA-256 algorithm.
Returns
- (::String) — A message digest produced with the SHA-256 algorithm.
#sha384
def sha384() -> ::String
Returns
- (::String) — A message digest produced with the SHA-384 algorithm.
#sha384=
def sha384=(value) -> ::String
Parameter
- value (::String) — A message digest produced with the SHA-384 algorithm.
Returns
- (::String) — A message digest produced with the SHA-384 algorithm.
#sha512
def sha512() -> ::String
Returns
- (::String) — A message digest produced with the SHA-512 algorithm.
#sha512=
def sha512=(value) -> ::String
Parameter
- value (::String) — A message digest produced with the SHA-512 algorithm.
Returns
- (::String) — A message digest produced with the SHA-512 algorithm.