|
Security Scol plugin
|
RSA signature algorithm. More...
#include <rsa.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 |
Public Member Functions inherited from RSA | |
| CRYPTOPP_STATIC_CONSTEXPR const char *CRYPTOPP_API | StaticAlgorithmName () |
Static Public Member Functions inherited from TF_SS< RSA, STANDARD, H > | |
| static std::string CRYPTOPP_API | 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.