public interface DigestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Digest.DigestCase |
getDigestCase() |
com.google.protobuf.ByteString |
getSha256()
A message digest produced with the SHA-256 algorithm.
|
com.google.protobuf.ByteString |
getSha384()
A message digest produced with the SHA-384 algorithm.
|
com.google.protobuf.ByteString |
getSha512()
A message digest produced with the SHA-512 algorithm.
|
boolean |
hasSha256()
A message digest produced with the SHA-256 algorithm.
|
boolean |
hasSha384()
A message digest produced with the SHA-384 algorithm.
|
boolean |
hasSha512()
A message digest produced with the SHA-512 algorithm.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSha256()
A message digest produced with the SHA-256 algorithm.
bytes sha256 = 1;com.google.protobuf.ByteString getSha256()
A message digest produced with the SHA-256 algorithm.
bytes sha256 = 1;boolean hasSha384()
A message digest produced with the SHA-384 algorithm.
bytes sha384 = 2;com.google.protobuf.ByteString getSha384()
A message digest produced with the SHA-384 algorithm.
bytes sha384 = 2;boolean hasSha512()
A message digest produced with the SHA-512 algorithm.
bytes sha512 = 3;com.google.protobuf.ByteString getSha512()
A message digest produced with the SHA-512 algorithm.
bytes sha512 = 3;Digest.DigestCase getDigestCase()
Copyright © 2022 Google LLC. All rights reserved.