#include <h235auth.h>
Inheritance diagram for H235AuthSimpleMD5:
Public Member Functions | |
H235AuthSimpleMD5 () | |
PObject * | Clone () const |
virtual const char * | GetName () const |
virtual H225_CryptoH323Token * | CreateCryptoToken () |
virtual ValidationResult | ValidateCryptoToken (const H225_CryptoH323Token &cryptoToken, const PBYTEArray &rawPDU) |
virtual BOOL | IsCapability (const H235_AuthenticationMechanism &mechansim, const PASN_ObjectId &algorithmOID) |
virtual BOOL | SetCapability (H225_ArrayOf_AuthenticationMechanism &mechansim, H225_ArrayOf_PASN_ObjectId &algorithmOIDs) |
virtual BOOL | IsSecuredPDU (unsigned rasPDU, BOOL received) const |
H235AuthSimpleMD5::H235AuthSimpleMD5 | ( | ) |
PObject* H235AuthSimpleMD5::Clone | ( | ) | const |
virtual const char* H235AuthSimpleMD5::GetName | ( | ) | const [virtual] |
Implements H235Authenticator.
virtual H225_CryptoH323Token* H235AuthSimpleMD5::CreateCryptoToken | ( | ) | [virtual] |
Reimplemented from H235Authenticator.
virtual ValidationResult H235AuthSimpleMD5::ValidateCryptoToken | ( | const H225_CryptoH323Token & | cryptoToken, | |
const PBYTEArray & | rawPDU | |||
) | [virtual] |
Reimplemented from H235Authenticator.
virtual BOOL H235AuthSimpleMD5::IsCapability | ( | const H235_AuthenticationMechanism & | mechansim, | |
const PASN_ObjectId & | algorithmOID | |||
) | [virtual] |
Implements H235Authenticator.
virtual BOOL H235AuthSimpleMD5::SetCapability | ( | H225_ArrayOf_AuthenticationMechanism & | mechansim, | |
H225_ArrayOf_PASN_ObjectId & | algorithmOIDs | |||
) | [virtual] |
Implements H235Authenticator.
virtual BOOL H235AuthSimpleMD5::IsSecuredPDU | ( | unsigned | rasPDU, | |
BOOL | received | |||
) | const [virtual] |
Reimplemented from H235Authenticator.