#include <yassl_imp.hpp>
Inheritance diagram for yaSSL::ServerKeyBase:


Public Member Functions | |
| virtual | ~ServerKeyBase () |
| virtual void | build (SSL &) |
| virtual void | read (SSL &, input_buffer &) |
| virtual int | get_length () const |
| virtual opaque * | get_serverKey () const |
Definition at line 334 of file yassl_imp.hpp.
| virtual yaSSL::ServerKeyBase::~ServerKeyBase | ( | ) | [inline, virtual] |
| virtual void yaSSL::ServerKeyBase::build | ( | SSL & | ) | [inline, virtual] |
Reimplemented in yaSSL::DH_Server.
Definition at line 336 of file yassl_imp.hpp.
Referenced by yaSSL::ServerKeyExchange::build().
Here is the caller graph for this function:

| int yaSSL::ServerKeyBase::get_length | ( | ) | const [virtual] |
Reimplemented in yaSSL::DH_Server.
Definition at line 1151 of file yassl_imp.cpp.
Referenced by yaSSL::ServerKeyExchange::build(), and yaSSL::ServerKeyExchange::getKeyLength().
Here is the caller graph for this function:

| opaque * yaSSL::ServerKeyBase::get_serverKey | ( | ) | const [virtual] |
Reimplemented in yaSSL::DH_Server.
Definition at line 1157 of file yassl_imp.cpp.
Referenced by yaSSL::ServerKeyExchange::getKey().
Here is the caller graph for this function:

| virtual void yaSSL::ServerKeyBase::read | ( | SSL & | , | |
| input_buffer & | ||||
| ) | [inline, virtual] |
Reimplemented in yaSSL::DH_Server.
Definition at line 337 of file yassl_imp.hpp.
Referenced by yaSSL::ServerKeyExchange::Process().
Here is the caller graph for this function:

1.4.7

