#include <pubkey.h>
Inheritance diagram for PK_EncryptionMessageEncodingMethod:
Definition at line 109 of file pubkey.h.
Public Member Functions | |
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=0 |
virtual DecodingResult | Unpad (const byte *padded, unsigned int paddedBitLength, byte *raw) const=0 |