Digest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A Digest holds a cryptographic message digest.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
sha256 |
bytes
A message digest produced with the SHA-256 algorithm. This field is a member of oneof _ digest .
|
sha384 |
bytes
A message digest produced with the SHA-384 algorithm. This field is a member of oneof _ digest .
|
sha512 |
bytes
A message digest produced with the SHA-512 algorithm. This field is a member of oneof _ digest .
|