|
xrootd
|
#include <XrdHttpChecksum.hh>
Public Member Functions | |
| XrdHttpChecksum (const std::string &xrootConfigDigestName, const std::string &httpName, bool needsBase64Padding) | |
| std::string | getXRootDConfigDigestName () const |
| std::string | getHttpName () const |
| std::string | getHttpNameLowerCase () const |
| bool | needsBase64Padding () const |
Private Attributes | |
| std::string | mXRootDConfigDigestName |
| std::string | mHTTPName |
| bool | mNeedsBase64Padding |
Simple object containing information about a checksum
| XrdHttpChecksum::XrdHttpChecksum | ( | const std::string & | xrootConfigDigestName, |
| const std::string & | httpName, | ||
| bool | needsBase64Padding | ||
| ) |
Constructor
| xrootConfigDigestName | the name that will be used by XRootD server to run the checksum |
| httpName | the HTTP RFC compliant name of the checksum |
| needsBase64Padding | sets to true if the checksum needs to be base64 encoded before being sent, false otherwise |
| std::string XrdHttpChecksum::getHttpName | ( | ) | const |
| std::string XrdHttpChecksum::getHttpNameLowerCase | ( | ) | const |
| std::string XrdHttpChecksum::getXRootDConfigDigestName | ( | ) | const |
| bool XrdHttpChecksum::needsBase64Padding | ( | ) | const |
|
private |
|
private |
|
private |
1.8.5