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