27 mXRootDConfigDigestName(xrootConfigDigestName),
29 mNeedsBase64Padding(needsBase64Padding) {
30 mHttpLowerCaseName.resize(mHTTPName.size());
31 std::transform(mHTTPName.begin(),mHTTPName.end(),mHttpLowerCaseName.begin(),::tolower);
39 return mHttpLowerCaseName;
43 return mXRootDConfigDigestName;
47 return mNeedsBase64Padding;
bool needsBase64Padding() const
std::string getXRootDConfigDigestName() const
std::string getHttpNameLowerCase() const
XrdHttpChecksum(const std::string &xrootConfigDigestName, const std::string &httpName, bool needsBase64Padding)
std::string getHttpName() const