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

RSA encryption algorithm. More...

#include <rsa.h>

Inheritance diagram for RSAES< STANDARD >:
[legend]
Collaboration diagram for RSAES< STANDARD >:
[legend]

Additional Inherited Members

- Public Types inherited from TF_ES< RSA, STANDARD >
typedef STANDARD Standard
 see EncryptionStandard for a list of standards More...
 
typedef TF_CryptoSchemeOptions< TF_ES< RSA, STANDARD, int >, RSA, MessageEncodingMethodSchemeOptions
 
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > Decryptor
 implements PK_Decryptor interface More...
 
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > Encryptor
 implements PK_Encryptor 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_ES< RSA, STANDARD >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Detailed Description

template<class STANDARD>
class RSAES< STANDARD >

RSA encryption algorithm.

Template Parameters
STANDARDsignature standard
See also
RSA cryptosystem
Since
Crypto++ 1.0

Definition at line 178 of file rsa.h.


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