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

Definition at line 12 of file oaep.h.
Public Types | |
| typedef OAEP< H, MGF, P, PLen > | EncryptionMessageEncodingMethod |
Public Member Functions | |
| unsigned int | MaxUnpaddedLength (unsigned int 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, unsigned int inputLength, byte *padded, unsigned int paddedLength) const |
| DecodingResult | Unpad (const byte *padded, unsigned int paddedLength, byte *raw) const |
Static Public Member Functions | |
| std::string | StaticAlgorithmName () |
1.3.6-20040222