#include <rsa.h>
Inheritance diagram for RSASS< STANDARD, H >:

See documentation of PKCS1v15 for a list of hash functions that can be used with it.
Definition at line 132 of file rsa.h.
Public Types | |
| typedef STANDARD | Standard |
| see SignatureStandard for a list of standards | |
| typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
|
typedef TF_SignatureSchemeOptions< TF_SS< STANDARD, H, RSA, int >, RSA, MessageEncodingMethod, H > | SchemeOptions |
|
typedef PK_FinalTemplate< TF_SignerImpl< SchemeOptions > > | Signer |
| implements PK_Signer interface | |
|
typedef PK_FinalTemplate< TF_VerifierImpl< SchemeOptions > > | Verifier |
| implements PK_Verifier interface | |
| typedef RSAFunction | PublicKey |
| typedef InvertibleRSAFunction | PrivateKey |
Static Public Member Functions | |
| static std::string __cdecl | StaticAlgorithmName () |
1.4.4