xrootd
|
#include <XrdSutRndm.hh>
Public Member Functions | |
XrdSutRndm () | |
virtual | ~XrdSutRndm () |
Static Public Member Functions | |
static bool | Init (bool force=0) |
static char * | GetBuffer (int len, int opt=-1) |
static int | GetString (int opt, int len, XrdOucString &s) |
static int | GetString (const char *copt, int len, XrdOucString &s) |
static unsigned int | GetUInt () |
static int | GetRndmTag (XrdOucString &rtag) |
Static Public Attributes | |
static bool | fgInit = 0 |
virtual XrdSutRndm::~XrdSutRndm | ( | ) | [inline, virtual] |
char * XrdSutRndm::GetBuffer | ( | int | len, |
int | opt = -1 |
||
) | [static] |
int XrdSutRndm::GetRndmTag | ( | XrdOucString & | rtag | ) | [static] |
References GetString().
Referenced by XrdSecProtocolpwd::AddSerialized(), and XrdSecProtocolgsi::AddSerialized().
int XrdSutRndm::GetString | ( | const char * | copt, |
int | len, | ||
XrdOucString & | s | ||
) | [static] |
References GetString().
int XrdSutRndm::GetString | ( | int | opt, |
int | len, | ||
XrdOucString & | s | ||
) | [static] |
References DEBUG, EPNAME, fgInit, Init(), and XrdSutCharMsk.
Referenced by AddPassword(), GetRndmTag(), GetString(), and main().
unsigned int XrdSutRndm::GetUInt | ( | ) | [static] |
References fgInit, and Init().
Referenced by XrdSslgsiX509CreateProxy(), and XrdSslgsiX509CreateProxyReq().
bool XrdSutRndm::Init | ( | bool | force = 0 | ) | [static] |
References close, DEBUG, EPNAME, fgInit, open(), and read().
Referenced by GetBuffer(), GetString(), GetUInt(), main(), and XrdSutRndm().
bool XrdSutRndm::fgInit = 0 [static] |
Referenced by GetBuffer(), GetString(), GetUInt(), Init(), and XrdSutRndm().