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

RSAPrivateKeyTemplate Class Template Reference

. More...

#include <rsa.h>

Inheritance diagram for RSAPrivateKeyTemplate:

PolynomialOver List of all members.

Public Methods

 RSAPrivateKeyTemplate (const Integer &n,const Integer &e,const Integer &d,const Integer &p,const Integer &q,const Integer &dp,const Integer &dq,const Integer &u)
 RSAPrivateKeyTemplate (RandomNumberGenerator &rng,unsigned int keybits,const Integer &eStart=17)
 RSAPrivateKeyTemplate (const InvertibleRSAFunction &priv)
 RSAPrivateKeyTemplate (BufferedTransformation &bt)

Detailed Description

template<class B> class RSAPrivateKeyTemplate

.

Definition at line 59 of file rsa.h.


Constructor & Destructor Documentation

template<class B>
RSAPrivateKeyTemplate<B>::RSAPrivateKeyTemplate<B> ( const Integer & n,
const Integer & e,
const Integer & d,
const Integer & p,
const Integer & q,
const Integer & dp,
const Integer & dq,
const Integer & u ) [inline]
 

Definition at line 62 of file rsa.h.

template<class B>
RSAPrivateKeyTemplate<B>::RSAPrivateKeyTemplate<B> ( RandomNumberGenerator & rng,
unsigned int keybits,
const Integer & eStart = 17 ) [inline]
 

Definition at line 67 of file rsa.h.

template<class B>
RSAPrivateKeyTemplate<B>::RSAPrivateKeyTemplate<B> ( const InvertibleRSAFunction & priv ) [inline]
 

Definition at line 71 of file rsa.h.

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

Definition at line 74 of file rsa.h.


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