#include <asymmetrickeys.h>
| class CRSAParameters : public CBase |
| Protected Attributes | |
|---|---|
| RInteger | iN |
| Public Member Functions | |
|---|---|
| virtual | ~CRSAParameters(void) |
| IMPORT_C const TInteger & | N(void) |
| Protected Member Functions | |
|---|---|
| CRSAParameters(RInteger &) | |
| CRSAParameters(void) | |
Concrete class representing the parameters common to both an RSA public and private key.
See ANSI X9.31 and RSA PKCS#1
| IMPORT_C | CRSAParameters | ( | RInteger & | aN | ) | [protected] |
Constructor
| Parameters | |
|---|---|
| aN | The RSA parameter, n (the modulus) |
| IMPORT_C | CRSAParameters | ( | void | ) | [protected] |
Default constructor
| IMPORT_C | ~CRSAParameters | ( | void | ) | [virtual] |
Destructor
| IMPORT_C const TInteger & | N | ( | void | ) | const |
Gets the RSA parameter, n (the modulus)