Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PK_EncryptionMessageEncodingMethod Class Reference

#include <pubkey.h>

Inheritance diagram for PK_EncryptionMessageEncodingMethod:

OAEP_Base PKCS_EncryptionPaddingScheme OAEP< H, MGF > List of all members.

Detailed Description

message encoding method for public key encryption

Definition at line 104 of file pubkey.h.

Public Member Functions

virtual bool ParameterSupported (const char *name) const
virtual unsigned int MaxUnpaddedLength (unsigned int paddedLength) const =0
 max size of unpadded message in bytes, given max size of padded message in bits (1 less than size of modulus)
virtual void Pad (RandomNumberGenerator &rng, const byte *raw, unsigned int inputLength, byte *padded, unsigned int paddedBitLength, const NameValuePairs &parameters) const =0
virtual DecodingResult Unpad (const byte *padded, unsigned int paddedBitLength, byte *raw, const NameValuePairs &parameters) const =0


The documentation for this class was generated from the following file:
Generated on Fri Aug 27 19:54:20 2004 for Crypto++ by doxygen 1.3.8