#include <oaep.h>
Inheritance diagram for OAEP< H, MGF, P, PLen >:

Definition at line 13 of file oaep.h.
Public Types | |
| typedef OAEP< H, MGF, P, PLen > | EncryptionPaddingAlgorithm |
Public Member Functions | |
| unsigned int | MaxUnpaddedLength (unsigned int paddedLength) const |
| void | Pad (RandomNumberGenerator &rng, const byte *raw, unsigned int inputLength, byte *padded, unsigned int paddedLength) const |
| DecodingResult | Unpad (const byte *padded, unsigned int paddedLength, byte *raw) const |
| virtual bool | IsReversible () const |
Static Public Member Functions | |
| std::string | StaticAlgorithmName () |
1.3.2