#include <pskcontroller.h>
Inheritance diagram for openikev2::PskController:

Public Member Functions | |
| virtual auto_ptr< ByteArray > | getMyPsk (const ID &peer_id) const=0 |
| virtual auto_ptr< ByteArray > | getPeerPsk (const ID &peer_id) const=0 |
| virtual auto_ptr< PskController > | clone () const=0 |
| virtual string | toStringTab (uint8_t tabs) const =0 |
| Construct a textual representation of the object, preceded of a num of tabs of size TAB_SIZE. | |
| virtual string openikev2::PskController::toStringTab | ( | uint8_t | tabs | ) | const [pure virtual] |
Construct a textual representation of the object, preceded of a num of tabs of size TAB_SIZE.
| tabs | Num of tabs preceding the textual representation. |
Implements openikev2::Printable.
1.5.1