#include <XrdSecProtector.hh>
Public Types | |
enum | secLevel { secNone = 0, secCompatible, secStandard, secIntense, secPedantic, secFence } |
Public Member Functions | |
XrdSecProtectParms () | |
~XrdSecProtectParms () | |
Public Attributes | |
secLevel | level |
In: The desired level. | |
int | opts |
In: Options:. | |
Static Public Attributes | |
static const int | doData = 0x0000001 |
Secure data. | |
static const int | relax = 0x0000002 |
relax old clients | |
static const int | force = 0x0000004 |
Allow unencryted hash. |
XrdSecProtectParms::XrdSecProtectParms | ( | ) | [inline] |
XrdSecProtectParms::~XrdSecProtectParms | ( | ) | [inline] |
const int XrdSecProtectParms::doData = 0x0000001 [static] |
Secure data.
const int XrdSecProtectParms::force = 0x0000004 [static] |
Allow unencryted hash.
In: The desired level.
In: Options:.
const int XrdSecProtectParms::relax = 0x0000002 [static] |
relax old clients