Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RabinPrivateKeyTemplate Class Template Reference

Rabin Private Key. More...

#include <rabin.h>

Inheritance diagram for RabinPrivateKeyTemplate:

PolynomialOver List of all members.

Public Methods

 RabinPrivateKeyTemplate (const Integer &n,const Integer &r,const Integer &s,const Integer &p,const Integer &q,const Integer &u)
 RabinPrivateKeyTemplate (RandomNumberGenerator &rng,unsigned int keybits)
 RabinPrivateKeyTemplate (BufferedTransformation &bt)

Detailed Description

template<class B> class RabinPrivateKeyTemplate

Rabin Private Key.

Definition at line 56 of file rabin.h.


Constructor & Destructor Documentation

template<class B>
RabinPrivateKeyTemplate<B>::RabinPrivateKeyTemplate<B> ( const Integer & n,
const Integer & r,
const Integer & s,
const Integer & p,
const Integer & q,
const Integer & u ) [inline]
 

Definition at line 59 of file rabin.h.

template<class B>
RabinPrivateKeyTemplate<B>::RabinPrivateKeyTemplate<B> ( RandomNumberGenerator & rng,
unsigned int keybits ) [inline]
 

Definition at line 64 of file rabin.h.

template<class B>
RabinPrivateKeyTemplate<B>::RabinPrivateKeyTemplate<B> ( BufferedTransformation & bt ) [inline]
 

Definition at line 68 of file rabin.h.


The documentation for this class was generated from the following file:
Generated at Mon Jan 15 01:17:00 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000