Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
RSA encryption algorithm. More...
#include <rsa.h>
Additional Inherited Members | |
![]() | |
typedef STANDARD | Standard |
see EncryptionStandard for a list of standards More... | |
typedef TF_CryptoSchemeOptions< TF_ES< RSA, STANDARD, int >, RSA, MessageEncodingMethod > | SchemeOptions |
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface More... | |
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface More... | |
![]() | |
typedef RSAFunction | PublicKey |
typedef InvertibleRSAFunction | PrivateKey |
![]() | |
static std::string | StaticAlgorithmName () |
![]() | |
static const char * | StaticAlgorithmName () |
RSA encryption algorithm.
STANDARD | signature standard |