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

PKCS_DecoratedHashModule Class Template Reference

EME-PKCS1-v1_5. More...

#include <pkcspad.h>

Inheritance diagram for PKCS_DecoratedHashModule:

HashModule List of all members.

Public Methods

void Update (const byte *input,unsigned int length)
 process more input. More...

unsigned int DigestSize ()const
 size of the hash returned by Final(). More...

void Final (byte *digest)

Detailed Description

template<class H> class PKCS_DecoratedHashModule

EME-PKCS1-v1_5.

Definition at line 29 of file pkcspad.h.


Member Function Documentation

template<class H>
unsigned int PKCS_DecoratedHashModule< H >::DigestSize ( ) const [virtual]
 

size of the hash returned by Final().

Reimplemented from HashModule.

Definition at line 62 of file pkcspad.h.

template<class H>
void PKCS_DecoratedHashModule< H >::Final ( byte * digest ) [virtual]
 

Reimplemented from HashModule.

Definition at line 54 of file pkcspad.h.

template<class H>
void PKCS_DecoratedHashModule<H>::Update ( const byte * input,
unsigned int length ) [inline, virtual]
 

process more input.

Reimplemented from HashModule.

Definition at line 32 of file pkcspad.h.


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