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


Public Member Functions | |
| ServerHelloDone () | |
| input_buffer & | set (input_buffer &in) |
| output_buffer & | get (output_buffer &out) const |
| void | Process (input_buffer &input, SSL &ssl) |
| HandShakeType | get_type () const |
Definition at line 452 of file yassl_imp.hpp.
| yaSSL::ServerHelloDone::ServerHelloDone | ( | ) |
Definition at line 1289 of file yassl_imp.cpp.
References yaSSL::HandShakeBase::set_length().
01290 { 01291 set_length(0); 01292 }
Here is the call graph for this function:

| output_buffer & yaSSL::ServerHelloDone::get | ( | output_buffer & | out | ) | const [virtual] |
| HandShakeType yaSSL::ServerHelloDone::get_type | ( | ) | const [virtual] |
Implements yaSSL::HandShakeBase.
Definition at line 1307 of file yassl_imp.cpp.
References yaSSL::server_hello_done.
01308 { 01309 return server_hello_done; 01310 }
| void yaSSL::ServerHelloDone::Process | ( | input_buffer & | input, | |
| SSL & | ssl | |||
| ) | [virtual] |
Implements yaSSL::HandShakeBase.
Definition at line 1283 of file yassl_imp.cpp.
References yaSSL::serverHelloDoneComplete, yaSSL::States::useClient(), and yaSSL::SSL::useStates().
01284 { 01285 ssl.useStates().useClient() = serverHelloDoneComplete; 01286 }
Here is the call graph for this function:

| input_buffer & yaSSL::ServerHelloDone::set | ( | input_buffer & | in | ) | [virtual] |
1.4.7

