#include <XrdClHttpChecksum.hh>
Public Member Functions | |
| const std::array< unsigned char, g_max_checksum_length > & | Get (ChecksumType ctype) const |
| std::tuple< ChecksumType, std::array< unsigned char, g_max_checksum_length >, bool > | GetFirst () const |
| bool | IsSet (ChecksumType ctype) const |
| bool | Set (ChecksumType ctype, const std::array< unsigned char, g_max_checksum_length > &value) |
Definition at line 101 of file XrdClHttpChecksum.hh.
|
inline |
Definition at line 119 of file XrdClHttpChecksum.hh.
References XrdClHttp::kAll, XrdClHttp::kCRC32C, and XrdClHttp::kUnknown.
|
inline |
Definition at line 137 of file XrdClHttpChecksum.hh.
References XrdClHttp::kAll, and XrdClHttp::kUnknown.
|
inline |
Definition at line 107 of file XrdClHttpChecksum.hh.
References XrdClHttp::kAll, and XrdClHttp::kUnknown.
|
inline |
Definition at line 128 of file XrdClHttpChecksum.hh.
References XrdClHttp::kAll, and XrdClHttp::kUnknown.
Referenced by XrdClHttp::HeaderParser::ParseDigest().