Crypto++  5.6.3
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
RSAES< STANDARD > Struct Template Reference

RSA cryptosystem More...

+ Inheritance diagram for RSAES< STANDARD >:

Public Types

typedef STANDARD Standard
 see EncryptionStandard for a list of standards
 
typedef TF_CryptoSchemeOptions< TF_ES< STANDARD, RSA, 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
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

template<class STANDARD>
struct RSAES< STANDARD >

RSA cryptosystem

Definition at line 134 of file rsa.h.


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