#include <pkcspad.h>
Inheritance diagram for PKCS1v15_SignatureMessageEncodingMethod:

Definition at line 53 of file pkcspad.h.
Public Member Functions | |
| unsigned int | MinRepresentativeBitLength (unsigned int hashIdentifierSize, unsigned int digestSize) const |
| void | ComputeMessageRepresentative (RandomNumberGenerator &rng, const byte *recoverableMessage, unsigned int recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, unsigned int representativeBitLength) const |
| bool | VerifyMessageRepresentative (HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, unsigned int representativeBitLength) const |
| virtual unsigned int | MaxRecoverableLength (unsigned int representativeBitLength, unsigned int hashIdentifierLength, unsigned int digestLength) const |
| bool | IsProbabilistic () const |
| bool | AllowNonrecoverablePart () const |
| virtual bool | RecoverablePartFirst () const |
| virtual void | ProcessSemisignature (HashTransformation &hash, const byte *semisignature, unsigned int semisignatureLength) const |
| virtual void | ProcessRecoverableMessage (HashTransformation &hash, const byte *recoverableMessage, unsigned int recoverableMessageLength, const byte *presignature, unsigned int presignatureLength, SecByteBlock &semisignature) const |
| virtual DecodingResult | RecoverMessageFromRepresentative (HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, unsigned int representativeBitLength, byte *recoveredMessage) const |
| virtual DecodingResult | RecoverMessageFromSemisignature (HashTransformation &hash, HashIdentifier hashIdentifier, const byte *presignature, unsigned int presignatureLength, const byte *semisignature, unsigned int semisignatureLength, byte *recoveredMessage) const |
Static Public Member Functions | |
| static const char *__cdecl | StaticAlgorithmName () |
Classes | |
| struct | HashIdentifierLookup |
1.4.4