Reference documentation and code samples for the Cloud KMS V1 Client class Digest.
A Digest holds a cryptographic message digest.
Generated from protobuf message google.cloud.kms.v1.Digest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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.
getSha256
A message digest produced with the SHA-256 algorithm.
string
hasSha256
setSha256
A message digest produced with the SHA-256 algorithm.
var
string
$this
getSha384
A message digest produced with the SHA-384 algorithm.
string
hasSha384
setSha384
A message digest produced with the SHA-384 algorithm.
var
string
$this
getSha512
A message digest produced with the SHA-512 algorithm.
string
hasSha512
setSha512
A message digest produced with the SHA-512 algorithm.
var
string
$this
getDigest
string