public interface DigestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Digest.DigestCase |
getDigestCase() |
ByteString |
getSha256()
A message digest produced with the SHA-256 algorithm.
|
ByteString |
getSha384()
A message digest produced with the SHA-384 algorithm.
|
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, hasOneof
isInitialized
boolean hasSha256()
A message digest produced with the SHA-256 algorithm.
bytes sha256 = 1;
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;
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;
ByteString getSha512()
A message digest produced with the SHA-512 algorithm.
bytes sha512 = 3;
Digest.DigestCase getDigestCase()
Copyright © 2022 Google LLC. All rights reserved.