Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
RSAPrimeSelector Class Reference
Inheritance diagram for RSAPrimeSelector:
[legend]
Collaboration diagram for RSAPrimeSelector:
[legend]

Public Member Functions

 RSAPrimeSelector (const Integer &e)
 
bool IsAcceptable (const Integer &candidate) const
 
- Public Member Functions inherited from PrimeSelector
const PrimeSelectorGetSelectorPointer () const
 

Public Attributes

Integer m_e
 

Detailed Description

Definition at line 98 of file rsa.cpp.

Constructor & Destructor Documentation

RSAPrimeSelector::RSAPrimeSelector ( const Integer e)
inline

Definition at line 101 of file rsa.cpp.

Member Function Documentation

bool RSAPrimeSelector::IsAcceptable ( const Integer candidate) const
inlinevirtual

Implements PrimeSelector.

Definition at line 102 of file rsa.cpp.

Here is the call graph for this function:

Member Data Documentation

Integer RSAPrimeSelector::m_e

Definition at line 103 of file rsa.cpp.


The documentation for this class was generated from the following file: