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

PKCS_SignaturePaddingScheme Class Reference

EME-PKCS1-v1_5. More...

#include <pkcspad.h>

List of all members.

Public Methods

unsigned int MaxUnpaddedLength (unsigned int paddedLength)const
void Pad (RandomNumberGenerator &rng,const byte *raw,unsigned int inputLength,byte *padded,unsigned int paddedLength)const
unsigned int Unpad (const byte *padded,unsigned int paddedLength,byte *raw)const


Detailed Description

EME-PKCS1-v1_5.

Definition at line 19 of file pkcspad.h.


Member Function Documentation

unsigned int PKCS_SignaturePaddingScheme::MaxUnpaddedLength ( unsigned int paddedLength ) const
 

Definition at line 76 of file pkcspad.cpp.

void PKCS_SignaturePaddingScheme::Pad ( RandomNumberGenerator & rng,
const byte * input,
unsigned int inputLen,
byte * pkcsBlock,
unsigned int pkcsBlockLen ) const
 

Definition at line 81 of file pkcspad.cpp.

unsigned int PKCS_SignaturePaddingScheme::Unpad ( const byte * pkcsBlock,
unsigned int pkcsBlockLen,
byte * output ) const
 

Definition at line 102 of file pkcspad.cpp.


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