Crypto++
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
OAEP Class Reference

EME-OAEP, for use with classes derived from TF_ES More...

#include <oaep.h>

Inheritance diagram for OAEP:
OAEP_Base EncryptionStandard PK_EncryptionMessageEncodingMethod

List of all members.

Public Types

typedef OAEP< H, MGF > EncryptionMessageEncodingMethod

Public Member Functions

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

Static Public Member Functions

static std::string StaticAlgorithmName ()

Protected Member Functions

unsigned int DigestSize () const
HashTransformationNewHash () const
MaskGeneratingFunctionNewMGF () const

Detailed Description

EME-OAEP, for use with classes derived from TF_ES


The documentation for this class was generated from the following file: