xrootd
|
Generic structure to pass security information back and forth. More...
#include <XrdSecInterface.hh>
Public Member Functions | |
XrdSecBuffer (char *bp=0, int sz=0) | |
~XrdSecBuffer () | |
Public Attributes | |
int | size |
Size of the buffer or length of data in the buffer. More... | |
char * | buffer |
Pointer to the buffer. More... | |
Private Attributes | |
char * | membuf |
Generic structure to pass security information back and forth.
|
inline |
|
inline |
References membuf.
char* XrdSecBuffer::buffer |
Pointer to the buffer.
|
private |
Referenced by ~XrdSecBuffer().
int XrdSecBuffer::size |
Size of the buffer or length of data in the buffer.
Referenced by XrdSecProtocol::getKey().