Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Static Public Member Functions | Protected Member Functions | List of all members
OAEP< H, MGF > Class Template Reference

OAEP padding. More...

#include <oaep.h>

Inheritance diagram for OAEP< H, MGF >:
[legend]
Collaboration diagram for OAEP< H, MGF >:
[legend]

Public Types

typedef OAEP< H, MGF > EncryptionMessageEncodingMethod
 

Static Public Member Functions

static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Protected Member Functions

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

Additional Inherited Members

- Public Member Functions inherited from OAEP_Base
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) More...
 
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
 
- Public Member Functions inherited from PK_EncryptionMessageEncodingMethod
virtual ~PK_EncryptionMessageEncodingMethod ()
 

Detailed Description

template<class H, class MGF = P1363_MGF1>
class OAEP< H, MGF >

OAEP padding.

See also
EME-OAEP, for use with classes derived from TF_ES

Definition at line 28 of file oaep.h.

Member Typedef Documentation

template<class H , class MGF = P1363_MGF1>
typedef OAEP<H, MGF> OAEP< H, MGF >::EncryptionMessageEncodingMethod

Definition at line 32 of file oaep.h.

Member Function Documentation

template<class H , class MGF = P1363_MGF1>
unsigned int OAEP< H, MGF >::DigestSize ( ) const
inlineprotectedvirtual

Implements OAEP_Base.

Definition at line 35 of file oaep.h.

template<class H , class MGF = P1363_MGF1>
HashTransformation* OAEP< H, MGF >::NewHash ( ) const
inlineprotectedvirtual

Implements OAEP_Base.

Definition at line 36 of file oaep.h.

template<class H , class MGF = P1363_MGF1>
MaskGeneratingFunction* OAEP< H, MGF >::NewMGF ( ) const
inlineprotectedvirtual

Implements OAEP_Base.

Definition at line 37 of file oaep.h.

template<class H , class MGF = P1363_MGF1>
static std::string CRYPTOPP_API OAEP< H, MGF >::StaticAlgorithmName ( )
inlinestatic

Definition at line 31 of file oaep.h.


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