#include <crypto_wrapper.hpp>
Collaboration diagram for yaSSL::Integer:

Public Member Functions | |
| Integer () | |
| ~Integer () | |
| Integer (const Integer &) | |
| Integer & | operator= (const Integer &) |
| void | assign (const byte *, unsigned int) |
Private Attributes | |
| IntegerImpl * | pimpl_ |
Friends | |
| class | DiffieHellman |
Classes | |
| struct | IntegerImpl |
Definition at line 399 of file crypto_wrapper.hpp.
| yaSSL::Integer::Integer | ( | ) |
| yaSSL::Integer::~Integer | ( | ) |
Definition at line 732 of file crypto_wrapper.cpp.
References pimpl_, and yaSSL::ysDelete().
Here is the call graph for this function:

| yaSSL::Integer::Integer | ( | const Integer & | ) |
| void yaSSL::Integer::assign | ( | const byte * | , | |
| unsigned | int | |||
| ) |
Definition at line 749 of file crypto_wrapper.cpp.
References yaSSL::Integer::IntegerImpl::int_, and pimpl_.
Referenced by yaSSL::BIGNUM::assign().
00750 { 00751 pimpl_->int_ = TaoCrypt::Integer(num, sz); 00752 }
Here is the caller graph for this function:

Definition at line 741 of file crypto_wrapper.cpp.
References yaSSL::Integer::IntegerImpl::int_, and pimpl_.
friend class DiffieHellman [friend] |
Definition at line 409 of file crypto_wrapper.hpp.
IntegerImpl* yaSSL::Integer::pimpl_ [private] |
Definition at line 411 of file crypto_wrapper.hpp.
Referenced by assign(), yaSSL::DiffieHellman::DiffieHellman(), operator=(), and ~Integer().
1.4.7

