#include <XrdCryptoMsgDigest.hh>
Inheritance diagram for XrdCryptoMsgDigest:

Public Member Functions | |
| XrdCryptoMsgDigest () | |
| virtual | ~XrdCryptoMsgDigest () |
| virtual bool | IsValid () |
| virtual int | Reset (const char *dgst) |
| virtual int | Update (const char *b, int l) |
| virtual int | Final () |
| bool | operator== (const XrdCryptoMsgDigest md) |
Definition at line 29 of file XrdCryptoMsgDigest.hh.
| XrdCryptoMsgDigest::XrdCryptoMsgDigest | ( | ) | [inline] |
Definition at line 33 of file XrdCryptoMsgDigest.hh.
| virtual XrdCryptoMsgDigest::~XrdCryptoMsgDigest | ( | ) | [inline, virtual] |
Definition at line 34 of file XrdCryptoMsgDigest.hh.
| bool XrdCryptoMsgDigest::IsValid | ( | ) | [virtual] |
Definition at line 28 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by XrdCryptosslFactory::MsgDigest().
| int XrdCryptoMsgDigest::Reset | ( | const char * | dgst | ) | [virtual] |
Definition at line 47 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by XrdSecProtocolgsi::Sign(), and XrdSecProtocolgsi::Verify().
| int XrdCryptoMsgDigest::Update | ( | const char * | b, | |
| int | l | |||
| ) | [virtual] |
Definition at line 56 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by main(), XrdSecProtocolgsi::Sign(), and XrdSecProtocolgsi::Verify().
| int XrdCryptoMsgDigest::Final | ( | ) | [virtual] |
Definition at line 65 of file XrdCryptoMsgDigest.cc.
References ABSTRACTMETHOD.
Referenced by main(), XrdSecProtocolgsi::Sign(), and XrdSecProtocolgsi::Verify().
| bool XrdCryptoMsgDigest::operator== | ( | const XrdCryptoMsgDigest | md | ) |
Definition at line 36 of file XrdCryptoMsgDigest.cc.
References XrdCryptoBasic::Buffer(), and XrdCryptoBasic::Length().
1.5.1