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


Public Member Functions | |
| virtual | ~ClientKeyBase () |
| virtual void | build (SSL &) |
| virtual void | read (SSL &, input_buffer &) |
| virtual int | get_length () const |
| virtual opaque * | get_clientKey () const |
Definition at line 468 of file yassl_imp.hpp.
| virtual yaSSL::ClientKeyBase::~ClientKeyBase | ( | ) | [inline, virtual] |
| virtual void yaSSL::ClientKeyBase::build | ( | SSL & | ) | [inline, virtual] |
Reimplemented in yaSSL::EncryptedPreMasterSecret, and yaSSL::ClientDiffieHellmanPublic.
Definition at line 470 of file yassl_imp.hpp.
Referenced by yaSSL::ClientKeyExchange::build().
Here is the caller graph for this function:

| opaque * yaSSL::ClientKeyBase::get_clientKey | ( | ) | const [virtual] |
Reimplemented in yaSSL::EncryptedPreMasterSecret, and yaSSL::ClientDiffieHellmanPublic.
Definition at line 1319 of file yassl_imp.cpp.
Referenced by yaSSL::ClientKeyExchange::getKey().
Here is the caller graph for this function:

| int yaSSL::ClientKeyBase::get_length | ( | ) | const [virtual] |
Reimplemented in yaSSL::EncryptedPreMasterSecret, and yaSSL::ClientDiffieHellmanPublic.
Definition at line 1313 of file yassl_imp.cpp.
Referenced by yaSSL::ClientKeyExchange::build(), and yaSSL::ClientKeyExchange::getKeyLength().
Here is the caller graph for this function:

| virtual void yaSSL::ClientKeyBase::read | ( | SSL & | , | |
| input_buffer & | ||||
| ) | [inline, virtual] |
Reimplemented in yaSSL::EncryptedPreMasterSecret, and yaSSL::ClientDiffieHellmanPublic.
Definition at line 471 of file yassl_imp.hpp.
Referenced by yaSSL::ClientKeyExchange::Process().
Here is the caller graph for this function:

1.4.7

