#include <pkcspad.h>
Inheritance diagram for PKCS_EncryptionPaddingScheme:
Definition at line 10 of file pkcspad.h.
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 | |
const char * | StaticAlgorithmName () |