#include <rsa.h>
Inheritance diagram for RSASSA< STANDARD, H >:
See documentation of PKCS1v15 for a list of hash functions that can be used with it.
Definition at line 143 of file rsa.h.
Public Types | |
typedef Traits::DecoratedHashingAlgorithm< H >::type | DecoratedHashAlgorithm |
typedef STANDARD | Standard |
see SignatureStandard for a list of standards | |
typedef TF_SchemeOptions< TF_SSA< STANDARD, H, RSA, int >, RSA, PaddingAlgorithm > | SchemeOptions |
typedef PK_FinalTemplate< PK_SignerImpl< TF_DigestSignerImpl< SchemeOptions >, DecoratedHashAlgorithm > > | Signer |
implements PK_Signer interface | |
typedef PK_FinalTemplate< PK_VerifierImpl< TF_DigestVerifierImpl< SchemeOptions >, DecoratedHashAlgorithm > > | Verifier |
implements PK_Verifier interface | |
typedef RSAFunction | PublicKey |
typedef InvertibleRSAFunction | PrivateKey |
Static Public Member Functions | |
std::string | StaticAlgorithmName () |