Class generated from common/CommonMessages.msg by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
| AuthBlock () | |
| AuthBlock (const AuthBlock &other) | |
| virtual | ~AuthBlock () |
| AuthBlock & | operator= (const AuthBlock &other) |
| virtual AuthBlock * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual BinaryValue & | getSignature () |
| virtual const BinaryValue & | getSignature () const |
| virtual void | setSignature (const BinaryValue &signature_var) |
| virtual BinaryValue & | getPubKey () |
| virtual const BinaryValue & | getPubKey () const |
| virtual void | setPubKey (const BinaryValue &pubKey_var) |
| virtual BinaryValue & | getCert () |
| virtual const BinaryValue & | getCert () const |
| virtual void | setCert (const BinaryValue &cert_var) |
Protected Member Functions | |
| bool | operator== (const AuthBlock &) |
Protected Attributes | |
| ::BinaryValue | signature_var |
| ::BinaryValue | pubKey_var |
| ::BinaryValue | cert_var |
Class generated from common/CommonMessages.msg by opp_msgc.
class AuthBlock { BinaryValue signature; BinaryValue pubKey; BinaryValue cert; }
Definition at line 263 of file CommonMessages_m.h.
| AuthBlock::AuthBlock | ( | ) |
Referenced by dup().
| AuthBlock::AuthBlock | ( | const AuthBlock & | other | ) |
| virtual AuthBlock::~AuthBlock | ( | ) | [virtual] |
| virtual AuthBlock* AuthBlock::dup | ( | ) | const [inline, virtual] |
Definition at line 278 of file CommonMessages_m.h.
{return new AuthBlock(*this);}
| virtual BinaryValue& AuthBlock::getCert | ( | ) | [virtual] |
| virtual const BinaryValue& AuthBlock::getCert | ( | ) | const [inline, virtual] |
Definition at line 290 of file CommonMessages_m.h.
Referenced by getCert().
| virtual BinaryValue& AuthBlock::getPubKey | ( | ) | [virtual] |
| virtual const BinaryValue& AuthBlock::getPubKey | ( | ) | const [inline, virtual] |
Definition at line 287 of file CommonMessages_m.h.
Referenced by getPubKey().
| virtual BinaryValue& AuthBlock::getSignature | ( | ) | [virtual] |
| virtual const BinaryValue& AuthBlock::getSignature | ( | ) | const [inline, virtual] |
Definition at line 284 of file CommonMessages_m.h.
Referenced by getSignature().
{return const_cast<AuthBlock*>(this)->getSignature();}
| bool AuthBlock::operator== | ( | const AuthBlock & | ) | [protected] |
| virtual void AuthBlock::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
| virtual void AuthBlock::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
| virtual void AuthBlock::setCert | ( | const BinaryValue & | cert_var | ) | [virtual] |
Referenced by CryptoModule::signMessage().
| virtual void AuthBlock::setPubKey | ( | const BinaryValue & | pubKey_var | ) | [virtual] |
Referenced by CryptoModule::signMessage().
| virtual void AuthBlock::setSignature | ( | const BinaryValue & | signature_var | ) | [virtual] |
Referenced by CryptoModule::signMessage().
::BinaryValue AuthBlock::cert_var [protected] |
Definition at line 268 of file CommonMessages_m.h.
::BinaryValue AuthBlock::pubKey_var [protected] |
Definition at line 267 of file CommonMessages_m.h.
::BinaryValue AuthBlock::signature_var [protected] |
Definition at line 266 of file CommonMessages_m.h.
1.7.1