#include <crypto_wrapper.hpp>
Inheritance diagram for yaSSL::Auth:


Public Member Functions | |
| virtual void | sign (byte *, const byte *, unsigned int, const RandomPool &)=0 |
| virtual bool | verify (const byte *, unsigned int, const byte *, unsigned int)=0 |
| virtual uint | get_signatureLength () const =0 |
| virtual | ~Auth () |
Definition at line 316 of file crypto_wrapper.hpp.
| virtual yaSSL::Auth::~Auth | ( | ) | [inline, virtual] |
| virtual uint yaSSL::Auth::get_signatureLength | ( | ) | const [pure virtual] |
Implemented in yaSSL::DSS, and yaSSL::RSA.
| virtual void yaSSL::Auth::sign | ( | byte * | , | |
| const byte * | , | |||
| unsigned | int, | |||
| const RandomPool & | ||||
| ) | [pure virtual] |
Implemented in yaSSL::NO_Auth, yaSSL::DSS, and yaSSL::RSA.
| virtual bool yaSSL::Auth::verify | ( | const byte * | , | |
| unsigned | int, | |||
| const byte * | , | |||
| unsigned | int | |||
| ) | [pure virtual] |
Implemented in yaSSL::NO_Auth, yaSSL::DSS, and yaSSL::RSA.
1.4.7

