#include <XrdCryptoMsgDigest.hh>
Public Member Functions | |
| XrdCryptoMsgDigest () | |
| virtual | ~XrdCryptoMsgDigest () |
| virtual int | Final () |
| virtual bool | IsValid () |
| bool | operator== (const XrdCryptoMsgDigest md) |
| virtual int | Reset (const char *dgst) |
| virtual int | Update (const char *b, int l) |
| Public Member Functions inherited from XrdCryptoBasic | |
| XrdCryptoBasic (const char *t=0, int l=0, const char *b=0) | |
| virtual | ~XrdCryptoBasic () |
| virtual XrdSutBucket * | AsBucket () |
| char * | AsHexString () |
| virtual char * | Buffer () const |
| virtual int | FromHex (const char *hex) |
| virtual int | Length () const |
| virtual int | SetBuffer (int l, const char *b) |
| virtual int | SetLength (int l) |
| virtual int | SetType (const char *t) |
| virtual char * | Type () const |
| virtual void | UseBuffer (int l, const char *b) |
Definition at line 46 of file XrdCryptoMsgDigest.hh.
|
inline |
Definition at line 50 of file XrdCryptoMsgDigest.hh.
References XrdCryptoBasic::XrdCryptoBasic().
Referenced by XrdCryptosslMsgDigest::XrdCryptosslMsgDigest(), and operator==().
|
inlinevirtual |
Definition at line 51 of file XrdCryptoMsgDigest.hh.
|
virtual |
Reimplemented in XrdCryptosslMsgDigest.
Definition at line 80 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by main().
|
virtual |
Reimplemented in XrdCryptosslMsgDigest.
Definition at line 43 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by XrdCryptosslFactory::MsgDigest().
| bool XrdCryptoMsgDigest::operator== | ( | const XrdCryptoMsgDigest | md | ) |
Definition at line 51 of file XrdCryptoMsgDigest.cc.
References XrdCryptoMsgDigest(), XrdCryptoBasic::Buffer(), and XrdCryptoBasic::Length().
|
virtual |
Reimplemented in XrdCryptosslMsgDigest.
Definition at line 62 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
|
virtual |
Reimplemented in XrdCryptosslMsgDigest.
Definition at line 71 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by main().