#include <XrdClHttpChecksum.hh>
Definition at line 101 of file XrdClHttpChecksum.hh.
◆ Get()
◆ GetFirst()
Definition at line 137 of file XrdClHttpChecksum.hh.
138 for (
int idx=0; idx < static_cast<int>(ChecksumType::kAll); ++idx) {
139 if (checksums[idx].type != ChecksumType::kUnknown) {
140 return std::make_tuple(
static_cast<ChecksumType>(idx), checksums[idx].value,
true);
143 return std::make_tuple(ChecksumType::kUnknown, std::array<unsigned char, g_max_checksum_length>(),
false);
◆ IsSet()
| bool XrdClHttp::ChecksumInfo::IsSet |
( |
ChecksumType |
ctype | ) |
const |
|
inline |
Definition at line 107 of file XrdClHttpChecksum.hh.
108 if ((ctype == ChecksumType::kUnknown) || (ctype == ChecksumType::kAll))
return false;
109 return checksums[
static_cast<size_t>(ctype)].type != ChecksumType::kUnknown;
◆ Set()
The documentation for this class was generated from the following file: