CRSAParameters Class Reference
#include
<asymmetrickeys.h>
class CRSAParameters : public CBase |
Detailed Description
Concrete class representing the parameters common to both an RSA public and private key.
See ANSI X9.31 and RSA PKCS#1
Member Attribute Documentation
iN
The RSA modulus, n, a positive integer
Constructor & Destructor Documentation
CRSAParameters ( RInteger & )
IMPORT_C | CRSAParameters | ( | RInteger & | aN | ) | [protected] |
Parameter | Description | aN | The RSA parameter, n (the modulus) |
CRSAParameters ( void )
IMPORT_C | CRSAParameters | ( | void | | ) | [protected] |
~CRSAParameters ( void )
IMPORT_C | ~CRSAParameters | ( | void | | ) | [virtual] |
Member Function Documentation
N ( void )
Gets the RSA parameter, n (the modulus)
Returns: The RSA parameter, n