| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
RSA signature algorithm. More...
#include <rsa.h>
 Inheritance diagram for RSASS< STANDARD, H >:Additional Inherited Members | |
  Public Types inherited from TF_SS< RSA, STANDARD, H > | |
| typedef STANDARD | Standard | 
| see SignatureStandard for a list of standards   | |
| typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod | 
| typedef TF_SignatureSchemeOptions< TF_SS< RSA, STANDARD, H, 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   | |
  Public Types inherited from RSA | |
| typedef RSAFunction | PublicKey | 
| typedef InvertibleRSAFunction | PrivateKey | 
  Static Public Member Functions inherited from TF_SS< RSA, STANDARD, H > | |
| static std::string | StaticAlgorithmName () | 
  Static Public Member Functions inherited from RSA | |
| static const char * | StaticAlgorithmName () | 
RSA signature algorithm.
| STANDARD | signature standard | 
| H | hash transformation | 
See documentation of PKCS1v15 for a list of hash functions that can be used with it.