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

CryptoSystemBaseTemplate Class Template Reference

. More...

#include <pubkey.h>

Inheritance diagram for CryptoSystemBaseTemplate:

PK_FixedLengthCryptoSystem PublicKeyBaseTemplate PK_CryptoSystem DecryptorTemplate EncryptorTemplate List of all members.

Public Methods

unsigned int MaxPlainTextLength ()const
unsigned int CipherTextLength ()const

Public Attributes

pad

Protected Methods

 CryptoSystemBaseTemplate ()
unsigned int PaddedBlockBitLength ()const

Detailed Description

template<class P, class F> class CryptoSystemBaseTemplate

.

Definition at line 125 of file pubkey.h.


Constructor & Destructor Documentation

template<class P, class F>
CryptoSystemBaseTemplate<P, F>::CryptoSystemBaseTemplate<P, F> ( ) [inline, protected]
 

Definition at line 134 of file pubkey.h.


Member Function Documentation

template<class P, class F>
unsigned int CryptoSystemBaseTemplate<P, F>::CipherTextLength ( ) const [inline, virtual]
 

Reimplemented from PK_FixedLengthCryptoSystem.

Definition at line 129 of file pubkey.h.

template<class P, class F>
unsigned int CryptoSystemBaseTemplate<P, F>::MaxPlainTextLength ( ) const [inline, virtual]
 

Reimplemented from PK_FixedLengthCryptoSystem.

Definition at line 128 of file pubkey.h.

template<class P, class F>
unsigned int CryptoSystemBaseTemplate<P, F>::PaddedBlockBitLength ( ) const [inline, protected, virtual]
 

Reimplemented from PublicKeyBaseTemplate.

Definition at line 135 of file pubkey.h.


Member Data Documentation

template<class P, class F>
P CryptoSystemBaseTemplate<P, F>::pad
 

Definition at line 131 of file pubkey.h.


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