Fabcoin Core  0.16.2
P2P Digital Currency
List of all members
RSASS< STANDARD, H > Class Template Reference

RSA signature algorithm. More...

#include <rsa.h>

Inheritance diagram for RSASS< STANDARD, H >:
[legend]
Collaboration diagram for RSASS< STANDARD, H >:
[legend]

Additional Inherited Members

- Public Types inherited from TF_SS< RSA, STANDARD, H >
typedef STANDARD Standard
 see SignatureStandard for a list of standards More...
 
typedef Standard::SignatureMessageEncodingMethod MessageEncodingMethod
 
typedef TF_SignatureSchemeOptions< TF_SS< RSA, STANDARD, H, int >, RSA, MessageEncodingMethod, HSchemeOptions
 
typedef PK_FinalTemplate< TF_SignerImpl< SchemeOptions > > Signer
 implements PK_Signer interface More...
 
typedef PK_FinalTemplate< TF_VerifierImpl< SchemeOptions > > Verifier
 implements PK_Verifier interface More...
 
- 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 ()
 

Detailed Description

template<class STANDARD, class H>
class RSASS< STANDARD, H >

RSA signature algorithm.

Template Parameters
STANDARDsignature standard
Hhash transformation

See documentation of PKCS1v15 for a list of hash functions that can be used with it.

See also
RSA signature scheme with appendix
Since
Crypto++ 1.0

Definition at line 190 of file rsa.h.


The documentation for this class was generated from the following file: