xrootd
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
XrdCryptosslMsgDigest Class Reference

#include <XrdCryptosslMsgDigest.hh>

Inheritance diagram for XrdCryptosslMsgDigest:
Inheritance graph
[legend]
Collaboration diagram for XrdCryptosslMsgDigest:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 XrdCryptosslMsgDigest (const char *dgst)
virtual ~XrdCryptosslMsgDigest ()
bool IsValid ()
int Reset (const char *dgst=0)
int Update (const char *b, int l)
int Final ()

Static Public Member Functions

static bool IsSupported (const char *dgst)

Private Member Functions

int Init (const char *dgst)

Private Attributes

bool valid
EVP_MD_CTX mdctx

Constructor & Destructor Documentation

XrdCryptosslMsgDigest::XrdCryptosslMsgDigest ( const char *  dgst)
virtual XrdCryptosslMsgDigest::~XrdCryptosslMsgDigest ( ) [inline, virtual]

Member Function Documentation

int XrdCryptosslMsgDigest::Final ( ) [virtual]
int XrdCryptosslMsgDigest::Init ( const char *  dgst) [private]
bool XrdCryptosslMsgDigest::IsSupported ( const char *  dgst) [static]
bool XrdCryptosslMsgDigest::IsValid ( ) [inline, virtual]

Reimplemented from XrdCryptoMsgDigest.

References valid.

int XrdCryptosslMsgDigest::Reset ( const char *  dgst = 0) [virtual]

Reimplemented from XrdCryptoMsgDigest.

References Init(), and valid.

int XrdCryptosslMsgDigest::Update ( const char *  b,
int  l 
) [virtual]

Reimplemented from XrdCryptoMsgDigest.

References mdctx, and XrdCryptoBasic::Type().


Member Data Documentation

EVP_MD_CTX XrdCryptosslMsgDigest::mdctx [private]

Referenced by Final(), Init(), and Update().


The documentation for this class was generated from the following files: