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 |
common/CommonMessages.msg by opp_msgc.
class AuthBlock { BinaryValue signature; BinaryValue pubKey; BinaryValue cert; }
Definition at line 252 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] |
| virtual const BinaryValue& AuthBlock::getCert | ( | ) | const [inline, virtual] |
| virtual BinaryValue& AuthBlock::getCert | ( | ) | [virtual] |
| virtual const BinaryValue& AuthBlock::getPubKey | ( | ) | const [inline, virtual] |
| virtual BinaryValue& AuthBlock::getPubKey | ( | ) | [virtual] |
| virtual const BinaryValue& AuthBlock::getSignature | ( | ) | const [inline, virtual] |
Definition at line 273 of file CommonMessages_m.h.
Referenced by getSignature().
00273 {return const_cast<AuthBlock*>(this)->getSignature();}
| virtual BinaryValue& AuthBlock::getSignature | ( | ) | [virtual] |
| 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 257 of file CommonMessages_m.h.
BinaryValue AuthBlock::pubKey_var [protected] |
Definition at line 256 of file CommonMessages_m.h.
BinaryValue AuthBlock::signature_var [protected] |
Definition at line 255 of file CommonMessages_m.h.
1.5.8