#include <h235auth.h>
Inheritance diagram for H235AuthCAT:
Public Member Functions | |
H235AuthCAT () | |
PObject * | Clone () const |
virtual const char * | GetName () const |
virtual H235_ClearToken * | CreateClearToken () |
virtual ValidationResult | ValidateClearToken (const H235_ClearToken &clearToken) |
virtual PBoolean | IsCapability (const H235_AuthenticationMechanism &mechansim, const PASN_ObjectId &algorithmOID) |
virtual PBoolean | SetCapability (H225_ArrayOf_AuthenticationMechanism &mechansim, H225_ArrayOf_PASN_ObjectId &algorithmOIDs) |
virtual PBoolean | IsSecuredPDU (unsigned rasPDU, PBoolean received) const |
H235AuthCAT::H235AuthCAT | ( | ) |
PObject* H235AuthCAT::Clone | ( | ) | const |
virtual const char* H235AuthCAT::GetName | ( | ) | const [virtual] |
Implements H235Authenticator.
virtual H235_ClearToken* H235AuthCAT::CreateClearToken | ( | ) | [virtual] |
Reimplemented from H235Authenticator.
virtual ValidationResult H235AuthCAT::ValidateClearToken | ( | const H235_ClearToken & | clearToken | ) | [virtual] |
Reimplemented from H235Authenticator.
virtual PBoolean H235AuthCAT::IsCapability | ( | const H235_AuthenticationMechanism & | mechansim, | |
const PASN_ObjectId & | algorithmOID | |||
) | [virtual] |
Implements H235Authenticator.
virtual PBoolean H235AuthCAT::SetCapability | ( | H225_ArrayOf_AuthenticationMechanism & | mechansim, | |
H225_ArrayOf_PASN_ObjectId & | algorithmOIDs | |||
) | [virtual] |
Implements H235Authenticator.
virtual PBoolean H235AuthCAT::IsSecuredPDU | ( | unsigned | rasPDU, | |
PBoolean | received | |||
) | const [virtual] |
Reimplemented from H235Authenticator.